mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Update .gitignore: add generated files or remove old.
This commit is contained in:
parent
7bbacfb97e
commit
052318895e
1 changed files with 5 additions and 8 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
/.tidyall.d/
|
/.tidyall.d/
|
||||||
/MANIFEST
|
/MANIFEST
|
||||||
|
/_Inline/
|
||||||
/build/*
|
/build/*
|
||||||
/data/cardsets/*
|
/data/cardsets/*
|
||||||
/data/html/*
|
/data/html/*
|
||||||
|
@ -16,14 +17,10 @@
|
||||||
/po/ru.po
|
/po/ru.po
|
||||||
/tests/individually-importing/*.py
|
/tests/individually-importing/*.py
|
||||||
/tests/unit-generated/*.py
|
/tests/unit-generated/*.py
|
||||||
|
|
||||||
# output of min card actions
|
|
||||||
# mask out folder/archives
|
|
||||||
PySolFC-Cardsets--Minimal-2.0/
|
|
||||||
PySolFC-Cardsets--Minimal-2.0.*
|
PySolFC-Cardsets--Minimal-2.0.*
|
||||||
PySolFC-Cardsets-2.0/
|
PySolFC-Cardsets--Minimal-2.0/
|
||||||
PySolFC-Cardsets-2.0.*
|
PySolFC-Cardsets-2.0.*
|
||||||
|
PySolFC-Cardsets-2.0/
|
||||||
android/bin/keystore
|
|
||||||
android/*.zip
|
|
||||||
android/*.apk
|
android/*.apk
|
||||||
|
android/*.zip
|
||||||
|
android/bin/keystore
|
||||||
|
|
Loading…
Add table
Reference in a new issue