Thanks to visit codestin.com Credit goes to github.com
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 f2876df commit a75362cCopy full SHA for a75362c
1 file changed
.gitignore
@@ -1,3 +1,9 @@
1
+/TODO*
2
+/dirhtml/
3
+_cache
4
+_static
5
+_templates
6
+
7
# Byte-compiled / optimized / DLL files
8
__pycache__/
9
*.py[cod]
@@ -150,8 +156,3 @@ cython_debug/
150
156
# and can be added to the global gitignore or merged into this file. For a more nuclear
151
157
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
152
158
#.idea/
153
-
154
-# User defined
155
-_cache
-_static
-_templates
0 commit comments