fab9dbb3eb
Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
15 lines
147 B
Text
15 lines
147 B
Text
# Ignore Play! working directory #
|
|
bin/
|
|
/db
|
|
.eclipse
|
|
/lib/
|
|
/logs/
|
|
/modules
|
|
/project/target
|
|
/target
|
|
tmp/
|
|
test-result
|
|
server.pid
|
|
*.eml
|
|
/dist/
|
|
.cache
|