- Add local SurrealDB install, update, and run scripts for Forge - Update setup docs and package the server SurrealDB helpers
39 lines
320 B
Plaintext
39 lines
320 B
Plaintext
# Rust
|
|
/target/
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# Cargo
|
|
Cargo.lock
|
|
debug/
|
|
target/
|
|
|
|
# Build artifacts
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Misc
|
|
node_modules/
|
|
docus/.nuxt/
|
|
docus/.output/
|
|
docus/.data/
|
|
docus/.nitro/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Arma
|
|
arma/ui/map-viewer/
|
|
arma/server/surrealdb/forge.db/
|
|
promo/
|