76 lines
872 B
Plaintext
76 lines
872 B
Plaintext
HELP.md
|
|
**/.gitignore
|
|
**/.gradle
|
|
**/build/
|
|
!**/src/main/**/build/
|
|
!**/src/test/**/build/
|
|
|
|
### STS ###
|
|
**/.apt_generated
|
|
**/.classpath
|
|
**/.factorypath
|
|
**/.project
|
|
**/.settings
|
|
**/.springBeans
|
|
**/.sts4-cache
|
|
**/.metadata
|
|
**/bin/
|
|
!**/src/main/**/bin/
|
|
!**/src/test/**/bin/
|
|
|
|
### IntelliJ IDEA ###
|
|
**/.idea
|
|
**/*.iws
|
|
**/*.iml
|
|
**/*.ipr
|
|
**/out/
|
|
!**/src/main/**/out/
|
|
!**/src/test/**/out/
|
|
|
|
### NetBeans ###
|
|
**/nbproject/private/
|
|
**/nbbuild/
|
|
**/dist/
|
|
**/nbdist/
|
|
**/.nb-gradle/
|
|
|
|
### VS Code ###
|
|
**/.vscode/
|
|
|
|
### macOS template
|
|
*.DS_Store
|
|
*.AppleDouble
|
|
*.LSOverride
|
|
|
|
|
|
# dependencies
|
|
**/node_modules
|
|
**/.pnp
|
|
**/.pnp.js
|
|
|
|
# testing
|
|
**/coverage
|
|
|
|
# next.js
|
|
**/.next/
|
|
**/out/
|
|
|
|
# production
|
|
**/build
|
|
**/dist
|
|
|
|
# misc
|
|
**.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
**/.env.local
|
|
**/.env.development.local
|
|
**/.env.test.local
|
|
**/.env.production.local
|