web/.gitignore

20 lines
185 B
Plaintext
Raw Normal View History

2023-02-28 19:45:18 +03:00
# Bundler cache
.bundle
2020-01-04 14:08:20 +03:00
vendor
Gemfile.lock
2021-01-23 10:07:18 +03:00
2023-02-28 19:45:18 +03:00
# Jekyll cache
.jekyll-cache
_site
# RubyGems
2021-01-23 16:14:31 +03:00
*.gem
2021-01-23 10:07:18 +03:00
# npm dependencies
node_modules
package-lock.json
2023-02-28 19:45:18 +03:00
# IDE configurations
.idea
.vscode