element-template/.gitignore
Snider c36f62c311
Some checks failed
release / goreleaser (push) Failing after 21s
chore: add .core/ and .idea/ to .gitignore
2026-03-15 15:39:08 +00:00

19 lines
156 B
Text

# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
*.prof
# Node
node_modules/
dist/
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.core/
.idea/