Mirgate project to go
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -1,21 +1,10 @@
|
||||
# Nim compiler cache
|
||||
nimcache/
|
||||
nimcache_*/
|
||||
nimcache.*
|
||||
|
||||
# Nimble package manager cache and build metadata
|
||||
nimblecache/
|
||||
nimbledeps/
|
||||
*.nimbledir/
|
||||
*.nimblecache
|
||||
*.nims.lock
|
||||
*.nimsbak
|
||||
|
||||
# Build outputs
|
||||
bin/
|
||||
build/
|
||||
htmldocs/
|
||||
jsondocs/
|
||||
|
||||
# Go tool artifacts
|
||||
*.test
|
||||
coverage.out
|
||||
|
||||
# Compiled binaries and objects
|
||||
*.exe
|
||||
@@ -44,5 +33,4 @@ jsondocs/
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
project.nimcache/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user