Skip to content

Commit

Permalink
fix(ignore): ignore more server files
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Jul 6, 2018
1 parent e71b433 commit 77035f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ node_modules
Thumbs.db
*.log
rats.json
binlog.*
*.pid
version.vrs
sphinx.conf

/dist
/temp
/web
/database

# ignore everything in 'app' folder what had been generated from 'src' folder
/app/app.js
/app/background.js
/app/**/*.map

0 comments on commit 77035f1

Please sign in to comment.