mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-06-28 08:49:38 -04:00
39bf47e025
# Description of Changes This PR fixes a bunch of issues and brings some improvements related to `spacetime.json` config file # API and ABI breaking changes - # Expected complexity level and risk 3 This PR is changing several places that are called during many of the CLI commands. # Testing - [x] Added some automated tests - [ ] Tested locally
23 lines
225 B
Plaintext
23 lines
225 B
Plaintext
# Build directories
|
|
/build/
|
|
/build_*/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# CMake cache
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
|
|
# Compiled WASM files
|
|
*.wasm
|
|
*.opt.wasm
|
|
spacetime.local.json
|