Skip to content

Commit eadf6ef

Browse files
Update .gitignore
1 parent a826fd7 commit eadf6ef

File tree

1 file changed

+16
-40
lines changed

1 file changed

+16
-40
lines changed

.gitignore

Lines changed: 16 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,19 @@
1-
# Python
2-
__pycache__/
3-
*.py[cod]
4-
*$py.class
5-
*.so
6-
.Python
7-
env/
8-
venv/
9-
ENV/
10-
build/
11-
develop-eggs/
12-
dist/
13-
downloads/
14-
eggs/
15-
.eggs/
16-
lib/
17-
lib64/
18-
parts/
19-
sdist/
20-
var/
21-
wheels/
22-
*.egg-info/
23-
.installed.cfg
24-
*.egg
1+
# Dependencies
2+
/node_modules
253

26-
# IDE
27-
.vscode/
28-
.idea/
29-
*.swp
30-
*.swo
31-
*~
4+
# Build artifacts
5+
/build
6+
/dist
7+
/out
328

33-
# OS
34-
.DS_Store
35-
Thumbs.db
9+
# Log files
10+
npm-debug.log*
11+
yarn-debug.log*
12+
yarn-error.log*
3613

37-
# Testing
38-
.pytest_cache/
39-
.coverage
40-
htmlcov/
41-
42-
# Logs
43-
*.log
14+
# Environment variables
15+
.env
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local

0 commit comments

Comments
 (0)