1
0
Fork 0

Update .gitignore [skip-ci]

This commit is contained in:
Alex Kotov 2020-01-15 17:42:46 +05:00
parent 2c8ac5d371
commit 2710dbbe3e
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -25,9 +25,13 @@
# Ignore Yarn and NPM related files. # Ignore Yarn and NPM related files.
/node_modules/ /node_modules/
/yarn-error.log /yarn-error.log
/yarn-debug.log*
/.yarn-integrity
# Ignore generated files. # Ignore generated files.
/public/assets/ /public/assets/
/public/packs
/public/packs-test
/.byebug_history /.byebug_history
/.rake_tasks~ /.rake_tasks~
/coverage/ /coverage/