Initial Commit
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# Build artifacts
|
||||
/cpu-benchmark-server
|
||||
/*.exe
|
||||
/*.exe~
|
||||
/*.dll
|
||||
/*.so
|
||||
/*.dylib
|
||||
/*.test
|
||||
/*.out
|
||||
/dist/
|
||||
/build/
|
||||
|
||||
# Go coverage and profiling
|
||||
/coverage.out
|
||||
/coverage.html
|
||||
/cover.out
|
||||
/cpu.prof
|
||||
/mem.prof
|
||||
|
||||
# Application data
|
||||
/data/
|
||||
/tmp/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# IDE and OS files
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
.codex
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
example_jsons
|
||||
Reference in New Issue
Block a user