mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-17 11:49:22 +00:00
Updates to the .gitignore file.
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -13,6 +13,7 @@ env/
|
|||||||
build/
|
build/
|
||||||
develop-eggs/
|
develop-eggs/
|
||||||
dist/
|
dist/
|
||||||
|
.eggs/
|
||||||
eggs/
|
eggs/
|
||||||
lib/
|
lib/
|
||||||
lib64/
|
lib64/
|
||||||
@@ -40,6 +41,7 @@ htmlcov/
|
|||||||
.cache
|
.cache
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
coverage.xml
|
coverage.xml
|
||||||
|
_trial_temp/
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
@@ -62,3 +64,8 @@ eve.db
|
|||||||
|
|
||||||
# Vagrant
|
# Vagrant
|
||||||
.vagrant/
|
.vagrant/
|
||||||
|
|
||||||
|
# Cruft
|
||||||
|
*.json
|
||||||
|
sde.sqlite
|
||||||
|
sde.sqlite.bz2
|
||||||
|
|||||||
Reference in New Issue
Block a user