1
This commit is contained in:
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
# Stroke Build Artifacts
|
||||
/bin/
|
||||
/coverage/
|
||||
stroke
|
||||
stroke.exe
|
||||
|
||||
# Go specific
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
*.test
|
||||
*.out
|
||||
/vendor/
|
||||
|
||||
# IDE specific
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS specific
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Test results and reports
|
||||
/results/
|
||||
/test-results/
|
||||
*.html
|
||||
*.json
|
||||
*.csv
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
*.log
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# Distribution files
|
||||
dist/
|
||||
build/
|
Reference in New Issue
Block a user