Initial commit
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
node_modules/
|
||||
build/
|
||||
dist/
|
||||
coverage/
|
||||
.DS_Store
|
||||
*.log
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# local SQLite database
|
||||
ghostgrid.db
|
||||
ghostgrid.db-shm
|
||||
ghostgrid.db-wal
|
||||
Reference in New Issue
Block a user