2023-02-28 19:45:18 +03:00
|
|
|
# Bundler cache
|
|
|
|
.bundle
|
2020-01-04 14:08:20 +03:00
|
|
|
vendor
|
2021-03-31 23:17:18 +03:00
|
|
|
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
|
|
|
|
|
2023-03-13 15:20:59 +03:00
|
|
|
# NPM dependencies
|
2021-01-23 10:07:18 +03:00
|
|
|
node_modules
|
|
|
|
package-lock.json
|
2023-02-28 19:45:18 +03:00
|
|
|
|
|
|
|
# IDE configurations
|
|
|
|
.idea
|
|
|
|
.vscode
|
2023-03-13 15:20:59 +03:00
|
|
|
|
|
|
|
# Misc
|
|
|
|
assets/js/dist
|