cli/.gitignore
2025-10-25 09:24:44 +01:00

32 lines
No EOL
238 B
Text

wails3
build/
!cmd/app/build
vendor/
.idea
node_modules/
.DS_Store
.vscode
*.log
.env
.env.*.local
dist/
*.exe
*.dll
*.so
*.dylib
*.test
coverage/
*.out
*.prof
*.zip
*.tar.gz
*.cache
*.tmp
*.bak
*.swp
*.swo
*.class
*.jar
*.war
*.iml
*.ipr