We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a0b28 commit ce27bc4Copy full SHA for ce27bc4
25 files changed
faucet/.gitignore
@@ -0,0 +1,31 @@
1
+# Environment files
2
+.env
3
+.env.local
4
+
5
+# Dependencies
6
+node_modules/
7
+frontend/node_modules/
8
+backend/node_modules/
9
10
+# Build output
11
+frontend/dist/
12
+backend/dist/
13
14
+# Logs
15
+*.log
16
+npm-debug.log*
17
+logs/
18
19
+# IDE
20
+.vscode/
21
+.idea/
22
+*.swp
23
+*.swo
24
25
+# OS
26
+.DS_Store
27
+Thumbs.db
28
29
+# Docker
30
+.dockerignore
31
0 commit comments