mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
cleanup (gitignore): proper gitignore
This commit is contained in:
parent
57eb123b2a
commit
3cc5220f20
1 changed files with 7 additions and 2 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -2,5 +2,10 @@ server/public/bundle.js
|
||||||
node_modules/
|
node_modules/
|
||||||
babel_cache/
|
babel_cache/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
\#.*\#
|
\#*\#
|
||||||
.\#.*
|
.\#*
|
||||||
|
*.log
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
Loading…
Reference in a new issue