krata/.gitignore

20 lines
183 B
Plaintext
Raw Normal View History

2020-01-04 12:08:20 +01:00
# hidden files
2019-09-30 14:32:24 +02:00
.*
2021-06-02 20:20:47 +02:00
!.git*
!.editorconfig
!.nojekyll
!.travis.yml
!.husky
2020-01-04 12:08:20 +01:00
# bundler cache
2019-09-30 14:32:24 +02:00
_site
2020-01-04 12:08:20 +01:00
vendor
Gemfile.lock
2021-01-23 08:07:18 +01:00
2021-01-23 14:14:31 +01:00
# rubygem
*.gem
2021-01-23 08:07:18 +01:00
# npm dependencies
node_modules
package-lock.json