forked from 0x2620/pandora
add .gitignore
This commit is contained in:
parent
b7cfcfa182
commit
bb3aebb367
1 changed files with 27 additions and 0 deletions
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
secret.txt
|
||||
local_settings.py
|
||||
lib
|
||||
include
|
||||
src
|
||||
bin
|
||||
static/json/pandora.json
|
||||
static/js/pandora.min.js
|
||||
config.jsonc
|
||||
local
|
||||
static/js/pandora.min.js.gz
|
||||
static/json/*.json.gz
|
||||
static/json/locale.??.json
|
||||
static/oxjs
|
||||
static/js/*.gz
|
||||
static/admin
|
||||
data
|
||||
scripts/poster.py
|
||||
scripts/list_icon.py
|
||||
scripts/item_icon.py
|
||||
static/png/icon.png
|
||||
static/png/logo.png
|
||||
._*
|
||||
static/django_extensions
|
||||
*.pyc
|
||||
*~
|
||||
*.swp
|
Loading…
Reference in a new issue