Files
Webflux-Payments/.gitignore
2026-07-02 16:45:48 +03:00

64 lines
803 B
Plaintext

# --- Gradle ---
build/
.gradle/
# --- IDE: IntelliJ ---
.idea/
*.iml
*.ipr
*.iws
out/
# --- IDE: Eclipse / STS ---
.apt_generated
.classpath
.factorypath
.project
.settings/
.springBeans
.sts4-cache
bin/
# --- IDE: VS Code ---
.vscode/
# --- IDE: NetBeans ---
/nbproject/private/
nbbuild/
dist/
nbdist/
.nb-gradle/
# --- OS ---
.DS_Store
Thumbs.db
# --- Logs & temp ---
*.log
logs/
nohup.out
hs_err_pid*
replay_pid*
# --- Compiled / packaged ---
*.class
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
*.ctxt
.mtj.tmp/
# Keep the Gradle wrapper despite the *.jar rule above (last match wins)
!gradle/wrapper/gradle-wrapper.jar
!gradle/wrapper/gradle-wrapper.properties
# --- Local env / secrets (keep real credentials out of the repo) ---
.env
.env.*
application-local.yml
application-local.yaml