Update .gitignore [skip-ci]
This commit is contained in:
parent
2c8ac5d371
commit
2710dbbe3e
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -25,9 +25,13 @@
|
|||
# Ignore Yarn and NPM related files.
|
||||
/node_modules/
|
||||
/yarn-error.log
|
||||
/yarn-debug.log*
|
||||
/.yarn-integrity
|
||||
|
||||
# Ignore generated files.
|
||||
/public/assets/
|
||||
/public/packs
|
||||
/public/packs-test
|
||||
/.byebug_history
|
||||
/.rake_tasks~
|
||||
/coverage/
|
||||
|
|
Reference in a new issue