Skip to content

Commit d21057b

Browse files
committed
Create a common ignore list
1 parent ff15ebf commit d21057b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# caches
2+
.idea
3+
.tox
4+
.pytest_cache
5+
*.egg-info
6+
__pycache__
7+
8+
# docs
9+
docs/node_modules
10+
docs/package-lock.json
11+
docs/.vitepress/cache
12+
docs/.vitepress/dist
13+
14+
# build
15+
build
16+
dist

0 commit comments

Comments
 (0)