mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-25 15:57:07 -05:00
allow (some) json files in the repo
This ignores only "labels.json", which so far has been the only problematic json file. This is a file generated by gbz80disasm. Other json files might be necessary in the future, and it's okay to let them in.
This commit is contained in:
parent
0ce2555a19
commit
c80af2798e
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -23,8 +23,8 @@
|
|||
# swap files for gedit
|
||||
*~
|
||||
|
||||
# no data from extras/
|
||||
*.json
|
||||
# labels.json is auto-generated by gbz80disasm
|
||||
labels.json
|
||||
|
||||
# for vim configuration
|
||||
# url: http://www.vim.org/scripts/script.php?script_id=441
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user