2023-05-12 23:57:04 +03:00
|
|
|
# flyctl launch added from .gitignore
|
|
|
|
|
|
|
|
|
|
**/project/target
|
|
|
|
|
**/project/project/target
|
|
|
|
|
**/.bsp
|
|
|
|
|
**/.project
|
|
|
|
|
**/.classpath
|
|
|
|
|
**/.cache
|
|
|
|
|
**/.settings
|
|
|
|
|
**/lib_managed
|
|
|
|
|
**/ivy
|
|
|
|
|
**/ivy-cache
|
|
|
|
|
**/dependency-reduced-pom.xml
|
|
|
|
|
**/.history
|
|
|
|
|
**/.idea
|
|
|
|
|
**/*.iml
|
|
|
|
|
**/*.ipr
|
|
|
|
|
**/*.iws
|
|
|
|
|
.idea_modules
|
|
|
|
|
**/*.swp
|
|
|
|
|
**/*.swo
|
|
|
|
|
**/*.log
|
|
|
|
|
**/logs
|
|
|
|
|
**/.DS_Store
|
|
|
|
|
!**/project/assembly.sbt
|
|
|
|
|
|
|
|
|
|
# flyctl launch added from .idea/.gitignore
|
|
|
|
|
# Default ignored files
|
|
|
|
|
.idea/shelf
|
|
|
|
|
.idea/workspace.xml
|
|
|
|
|
fly.toml
|
2026-08-18 21:26:34 +03:00
|
|
|
web/node_modules
|
|
|
|
|
web/dist
|
2026-08-18 21:44:56 +03:00
|
|
|
postgres
|