Create .gitignore
This commit is contained in:
parent
561c74eb4f
commit
cf6ed0cb13
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# Except
|
||||
!*.json
|
||||
!*.js
|
||||
!*.zip
|
||||
!.gitignore
|
||||
package.json
|
||||
Loading…
Reference in a new issue