mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
16 lines
147 B
Plaintext
16 lines
147 B
Plaintext
# Ignore Play! working directory #
|
|
bin/
|
|
/db
|
|
.eclipse
|
|
/lib/
|
|
/logs/
|
|
/modules
|
|
/project/target
|
|
/target
|
|
tmp/
|
|
test-result
|
|
server.pid
|
|
*.eml
|
|
/dist/
|
|
.cache
|