first commit to git
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# OS/editor
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Go
|
||||
bin/
|
||||
coverage.out
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
dist/
|
||||
frontend/dist/
|
||||
frontend/.vite/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Local data
|
||||
.tmp/
|
||||
data/
|
||||
Reference in New Issue
Block a user