Files
website/.gitignore
2025-07-22 08:52:44 +02:00

35 lines
376 B
Plaintext

# Vim
*~
*.sw[p_]
# IntelliJ IDEA
*.idea
# Sublime Text
*.sublime-project
*.sublime-workspace
# Ruby Gem
*.gem
.bundle
Gemfile.lock
**/vendor/bundle
# Node.js and NPM
node_modules
npm-debug.log*
package-lock.json
codekit-config.json
# macOS
.DS_Store
# Jekyll generated files
.jekyll-cache/
.jekyll-metadata/
.sass-cache/
_asset_bundler_cache/
_site/
docs/
CHANGELOG.MD