scaffold: add project structure, schema, and gitignore
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# SQLite database (local state)
|
||||
porting.db
|
||||
porting.db-journal
|
||||
porting.db-wal
|
||||
porting.db-shm
|
||||
|
||||
# .NET build output
|
||||
tools/NatsNet.PortTracker/bin/
|
||||
tools/NatsNet.PortTracker/obj/
|
||||
|
||||
# Go build output
|
||||
tools/go-analyzer/go-analyzer
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user