account-app/.gitignore
Olivier Vernin b475312728 Add application configuration through env variables
* .gitignore: Add .env file used by docker-compose
                  for env variables
    * Add docker-compose for testing environment
    * Update documentation
    * Add an entrypoint script
    * Template config.properties if the file
      doesn't exist
2017-04-24 15:29:21 +02:00

12 lines
98 B
Plaintext

*.iml
*.ipr
*.iws
target
config.properties
bin/jetty-runner*.jar
.idea
.gradle/
*.sw*
build/
.env