mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update .gitignore
This commit is contained in:
parent
79a0140d71
commit
3a82c675c2
14
.gitignore
vendored
14
.gitignore
vendored
@ -37,6 +37,7 @@ local_settings.py
|
|||||||
|
|
||||||
# Files used for testing
|
# Files used for testing
|
||||||
dummy_image.*
|
dummy_image.*
|
||||||
|
_tmp.csv
|
||||||
|
|
||||||
# Sphinx files
|
# Sphinx files
|
||||||
docs/_build
|
docs/_build
|
||||||
@ -66,5 +67,16 @@ secret_key.txt
|
|||||||
.coverage
|
.coverage
|
||||||
htmlcov/
|
htmlcov/
|
||||||
|
|
||||||
|
# Temporary javascript files (used for testing)
|
||||||
|
js_tmp/
|
||||||
|
|
||||||
# Development files
|
# Development files
|
||||||
dev/
|
dev/
|
||||||
|
|
||||||
|
# Locale stats file
|
||||||
|
locale_stats.json
|
||||||
|
|
||||||
|
# node.js
|
||||||
|
package-lock.json
|
||||||
|
package.json
|
||||||
|
node_modules/
|
Loading…
Reference in New Issue
Block a user