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.
36 lines
341 B
36 lines
341 B
# Node.js dependencies |
|
node_modules/ |
|
dist/ |
|
build/ |
|
.env |
|
.env.local |
|
|
|
# Go build artifacts |
|
*.exe |
|
*.dll |
|
*.so |
|
*.dylib |
|
*.test |
|
*.out |
|
*.log |
|
|
|
# Mage build output |
|
mage_output/ |
|
bin/ |
|
pkg/ |
|
|
|
# OS files |
|
.DS_Store |
|
Thumbs.db |
|
|
|
# IDE/editor files |
|
.vscode/ |
|
.idea/ |
|
*.swp |
|
*.swo |
|
|
|
# Grafana plugin dev files |
|
npm-debug.log* |
|
yarn-debug.log* |
|
yarn-error.log* |
|
coverage/
|
|
|