hit-server-manager/.gitignore

109 lines
1.6 KiB
Plaintext

# Miscellaneous
*.java.hsp
*.sonarj
*.sw*
.DS_Store
build.sh
integration-repo
ivy-cache
argfile*
activemq-data/
classes/
# Log files
jxl.log
jmx.log
derby.log
# Gradle artifacts
.gradle
.gradletasknamecache
/build
buildSrc/build
/spring-*/build
/framework-*/build
/integration-tests/build
/src/asciidoc/build
spring-test/test-output/
# Maven artifacts
pom.xml
/target/
# Eclipse artifacts, including WTP generated manifests
bin
.classpath
.project
.settings
.springBeans
spring-*/src/main/java/META-INF/MANIFEST.MF
# IntelliJ IDEA artifacts and output dirs
*.iml
*.ipr
*.iws
.idea/*
!.idea/icon.svg
out
test-output
atlassian-ide-plugin.xml
# VS Code
.vscode/
cached-antora-playbook.yml
node_modules
/.kotlin/
### Environment ###
.env
*.env
**/*.env
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
### Backend module ###
/backend/HELP.md
/backend/**/build/
!/backend/**/src/main/**/build/
!/backend/**/src/test/**/build/
!/backend/gradle/wrapper/gradle-wrapper.jar
/backend/.apt_generated
/backend/.factorypath
/backend/.sts4-cache
/backend/.idea/
/backend/**/bin/
!/backend/**/src/main/**/bin/
!/backend/**/src/test/**/bin/
/backend/**/out/
!/backend/**/src/main/**/out/
!/backend/**/src/test/**/out/
/backend/nbproject/private/
/backend/nbbuild/
/backend/dist/
/backend/nbdist/
/backend/.nb-gradle/
/backend/data/
### Frontend module ###
/frontend/.vscode/*
!/frontend/.vscode/extensions.json
/frontend/.idea/
/frontend/**/*.suo
/frontend/**/*.ntvs*
/frontend/**/*.njsproj
/frontend/**/*.sln