You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

33 lines
239 B

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
gc-parser
# Test binary
*.test
# Output
*.out
# Go workspace file
go.work
# Node.js
node_modules/
package-lock.json
dist/
*.log
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db