Init
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# Build outputs
|
||||
bin/
|
||||
build/
|
||||
|
||||
# Go tool artifacts
|
||||
*.test
|
||||
coverage.out
|
||||
|
||||
# Compiled binaries and objects
|
||||
*.exe
|
||||
*.dll
|
||||
*.lib
|
||||
*.obj
|
||||
*.o
|
||||
*.so
|
||||
*.dylib
|
||||
*.a
|
||||
*.pdb
|
||||
*.ilk
|
||||
*.map
|
||||
|
||||
# Logs and temporary files
|
||||
*.log
|
||||
*.out
|
||||
*.err
|
||||
*.tmp
|
||||
*.temp
|
||||
|
||||
# Editor and tool artifacts
|
||||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
Reference in New Issue
Block a user