Changeset 0.5.0 (#35)
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -1,11 +1,5 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
vendor/
|
||||
|
||||
# Build outputs
|
||||
standalone/index.html
|
||||
dist/
|
||||
build/
|
||||
# Vendor libs (downloaded at build time)
|
||||
src/vendor/
|
||||
|
||||
# Go
|
||||
*.exe
|
||||
@@ -17,6 +11,9 @@ build/
|
||||
*.out
|
||||
go.work
|
||||
|
||||
# Node (if any dev tooling)
|
||||
node_modules/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
@@ -49,3 +46,7 @@ docker-compose.override.yml
|
||||
*.pem
|
||||
*.key
|
||||
secrets/
|
||||
|
||||
# Build artifacts
|
||||
dist/
|
||||
build/
|
||||
|
||||
Reference in New Issue
Block a user