Add all JSON files to the gitignore
This commit is contained in:
parent
3f60594d54
commit
a18b73fe52
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,5 +1,8 @@
|
|||
# User ignored files
|
||||
config.toml
|
||||
*.json
|
||||
!package-lock.json
|
||||
!package.json
|
||||
|
||||
# Node files
|
||||
node_modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue