init
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Build output
|
||||
bin/
|
||||
|
||||
# Config
|
||||
.env
|
||||
config.local.yaml
|
||||
logs
|
||||
|
||||
# js
|
||||
node_modules
|
||||
dist
|
||||
pack-dist
|
||||
|
||||
storage
|
||||
Reference in New Issue
Block a user