We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f596728 commit c035bdfCopy full SHA for c035bdf
.gitignore
@@ -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