Skip to content

Commit c035bdf

Browse files
committed
updated
1 parent f596728 commit c035bdf

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.gitignore

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Node.js dependencies
2+
node_modules/
3+
4+
# Logs
5+
logs/
6+
*.log
7+
npm-debug.log*
8+
yarn-debug.log*
9+
yarn-error.log*
10+
11+
# Environment variables
12+
.env
13+
.env.*
14+
15+
# Secret files
16+
*.key
17+
*.pem
18+
*.crt
19+
20+
# IDE specific files
21+
.vscode/
22+
*.code-workspace
23+
24+
# OS generated files
25+
.DS_Store
26+
Thumbs.db
27+
28+
# Build output
29+
dist/
30+
build/
31+
32+
# Temporary files
33+
*.tmp
34+
*.temp
35+
36+
# Other
37+
*.bak
38+
*.swp
39+
*.swo
40+
*.orig
41+
*.rej
42+
*.un~
43+
*.sublime-workspace
44+
*.sublime-project
45+
46+
# Ignore specific files in this project
47+
form/js/emailjs-config.js
48+
form/js/firebase-config.js

0 commit comments

Comments
 (0)