Skip to content

Commit 8bc5e71

Browse files
authored
Create .gitignore with standard exclusions
Add common files and directories to .gitignore
1 parent a3e07e6 commit 8bc5e71

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# macOS
2+
.DS_Store
3+
4+
# Logs
5+
*.log
6+
npm-debug.log*
7+
yarn-debug.log*
8+
yarn-error.log*
9+
10+
# Environment variables
11+
.env
12+
.env.local
13+
.env.*.local
14+
15+
# Dependencies
16+
node_modules/
17+
18+
# Build outputs
19+
dist/
20+
build/
21+
22+
# Cache
23+
.cache/
24+
.parcel-cache/
25+
26+
# Editor / IDE
27+
.vscode/
28+
.idea/
29+
30+
# System files
31+
Thumbs.db

0 commit comments

Comments
 (0)