Files
netdisk-fast-download/.gitignore

83 lines
803 B
Plaintext

# IntelliJ IDEA #
.idea/
/.idea/
*/.idea/
logs/
*/logs/
*/generated/*
*.iws
*.iml
*.ipr
# Eclipse Project files
.classpath
.project
/.settings/
.settings/
# Java class files
*.class
# Generated files
*/bin/
*/gen/
*/out/
### user ###
target/
/target/
/src/logs/
*.zip
sdkTest.log
app.yml
app-local.yml
#some local files
*/.DS_Store
.DS_Store
gradlew
gradlew.bat
unused.txt
/web-service/src/main/generated/
/db
/webroot/nfd-front/
package-lock.json
# Maven generated files
.flattened-pom.xml
**/.flattened-pom.xml
# Test files
test-filelist.java
# Temporary files
*.tmp
*.temp
*.log
*.bak
*.swp
*.swo
*~
# Node.js (if any)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build artifacts
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# IDE specific
.vscode/
.cursor/
*.iml
*.ipr
*.iws