Skip to content

Commit 6382d5e

Browse files
committed
Update .gitignore
1 parent 47fc8f4 commit 6382d5e

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

.gitignore

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ db.sqlite3
6262
db.sqlite3-journal
6363

6464
# Flask stuff:
65+
flask_session/
6566
instance/
6667
.webassets-cache
68+
_[a-zA-Z]*.py
6769

6870
# Scrapy stuff:
6971
.scrapy
@@ -137,6 +139,7 @@ venv.bak/
137139

138140
# mkdocs documentation
139141
/site
142+
/zite
140143

141144
# mypy
142145
.mypy_cache/
@@ -157,15 +160,21 @@ cython_debug/
157160
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158161
# and can be added to the global gitignore or merged into this file. For a more nuclear
159162
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160-
#.idea/
163+
# .idea/
164+
165+
# Pylint
166+
.pylintrc
167+
168+
# VS Code
169+
.commons
170+
.vscode
171+
172+
# markdownlint.config
173+
.markdownlint*
161174

162-
####################################################
163175
# macOS
164176
.DS_Store
165177

166-
# Flask
167-
flask_session/
168-
/*_session/
169-
170-
zketch*
171-
####################################################
178+
# Docker
179+
Dockerfile
180+
.dockerignore

0 commit comments

Comments
 (0)