We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f18d13 commit 9d449a5Copy full SHA for 9d449a5
.gitignore
@@ -1,16 +1,8 @@
1
-# manage.py, always default to dev settings
2
-manage.py
3
-
4
-# Django media files
5
-media/*
6
7
-# Python bytecode:
+# Python
8
*.py[co]
9
10
-# Packaging files:
11
*.egg*
12
13
-# Sphinx docs:
+venv
+dist
14
build
15
16
# SQLite3 database files:
@@ -19,9 +11,6 @@ build
19
# Logs:
20
*.log
21
22
-# Eclipse
23
-.project
24
25
# Linux Editors
26
*~
27
\#*\#
@@ -42,20 +31,5 @@ tramp
42
31
Thumbs.db
43
32
Desktop.ini
44
33
45
-# Dev tools
46
-.idea
47
-.vagrant
48
49
-# Ignore local configurations
50
-wrds/settings/local.py
51
-db.sqlite3
52
53
-# Node modules
54
-node_modules/
55
56
-# Bower components
57
-bower_components/
58
59
34
# Coverage
60
35
htmlcov/
61
-.coverage
0 commit comments