Create .gitignore
This commit is contained in:
parent
83aa35e319
commit
3b7d3a786c
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