Commit a5c3fcdcd68b5635e22354730391a75187b339c1
1 parent
e27f5476
Exists in
dev
git ignore some files
Showing
1 changed file
with
6 additions
and
4 deletions
Show diff stats
.gitignore
... | ... | @@ -3,14 +3,16 @@ private |
3 | 3 | venv |
4 | 4 | __pycache__ |
5 | 5 | *.pyc |
6 | -/.settings/ | |
7 | -/.pydevproject | |
6 | +*.py.bak | |
7 | +#/.settings/ | |
8 | +#/.pydevproject | |
8 | 9 | src/images/*_* |
9 | 10 | src/alert_manager/twistd* |
10 | 11 | src/db.sqlite3 |
11 | 12 | src/common/migrations/0* |
12 | 13 | logs/*.log |
13 | -.idea | |
14 | -.idea/workspace.xml | |
14 | +#.idea | |
15 | +#.idea/workspace.xml | |
15 | 16 | images_folder |
16 | 17 | Comet/ |
18 | +/DEPENDENCIES/ | ... | ... |