Files
WeatherTool/.dockerignore
T
2023-05-14 21:27:57 +03:00

36 lines
546 B
Plaintext

# flyctl launch added from .gitignore
**/src/main/resources/application.conf
**/project/target
**/project/project/target
**/.bsp
**/.project
**/.classpath
**/.cache
**/.settings
**/dist/*
**/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
!**/web/dist/index.html
!**/web/dist/bundle.js
# flyctl launch added from .idea/.gitignore
# Default ignored files
.idea/shelf
.idea/workspace.xml
fly.toml