瀏覽代碼

Increase the specificity of PlayFramework rules

The original ignore was far too general and results in eliminating packages
named "db" or "project", for example. These are not that uncommon for package
names. Fixes #921.
pull/846/merge
Torben Werner 10 年之前
父節點
當前提交
a6cabefb87
共有 1 個檔案被更改,包括 11 行新增13 行删除
  1. 11
    13
      PlayFramework.gitignore

+ 11
- 13
PlayFramework.gitignore 查看文件

@@ -1,19 +1,17 @@
# Ignore Play! working directory #
bin
db
eclipse
lib
log
logs
modules
precompiled
project/project
project/target
target
tmp
bin/
/db
.eclipse
/lib/
/logs/
/modules
/project/project
/project/target
/target
tmp/
test-result
server.pid
*.iml
*.eml
dist
/dist/
.cache

Loading…
取消
儲存