1
0
Fork 0

Improve .gitignore

This commit is contained in:
Alex Kotov 2019-09-30 15:45:37 +05:00
parent 261331d752
commit 683fdfbacb
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -22,9 +22,11 @@
/storage/* /storage/*
!/storage/.keep !/storage/.keep
/node_modules # Ignore Yarn and NPM related files.
/node_modules/
/yarn-error.log /yarn-error.log
# Ignore generated files.
/public/assets/ /public/assets/
/.byebug_history /.byebug_history
/.rake_tasks~ /.rake_tasks~