Skip to content

Commit e1f573b

Browse files
committed
Update .gitignore
1 parent c8dffb5 commit e1f573b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
# Dependency directories
1+
22
node_modules/
33
bower_components/
44

5-
# Build directories
5+
66
build/
77

8-
# Logs
8+
99
npm-debug.log*
1010
yarn-debug.log*
1111
yarn-error.log*
1212
pnpm-debug.log*
1313

14-
# Environment files
14+
1515
.env
1616
.env.*.local
1717

18-
# System files
18+
1919
.DS_Store
2020
Thumbs.db
2121

22-
# Editor-specific files
22+
2323
.vscode/
2424
.idea/
2525
*.sublime-project
2626
*.sublime-workspace
2727

28-
# Other artifacts
28+
2929
*.log
3030
*.tmp
3131
*.bak

0 commit comments

Comments
 (0)