Skip to content

Commit bcedec2

Browse files
authored
Merge pull request #473 from naikmubashir/main
Add .gitignore file
2 parents e15a526 + e6ea678 commit bcedec2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# macOS
2+
.DS_Store
3+
4+
# Windows
5+
Thumbs.db
6+
7+
# Node.js
8+
node_modules/
9+
npm-debug.log
10+
.env
11+
12+
# Editor-specific configurations
13+
.vscode/
14+
.idea/
15+
16+
# Log files
17+
*.log
18+
19+
# Build output (for future use with static site generators)
20+
_site/

0 commit comments

Comments
 (0)