forked from spacebar/SplatNet
start work on v2
This commit is contained in:
parent
8531693c2e
commit
c5fb8618df
2013 changed files with 16939 additions and 46092 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
|
@ -1,3 +1,25 @@
|
|||
*.pem
|
||||
server.py
|
||||
config.js
|
||||
# build output
|
||||
dist/
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
discovery/config.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue