소스 검색

better now.

Carlos Alexandro Becker 13 년 전
부모
커밋
1c6ecb30dc
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      GWT.gitignore

+ 5 - 5
GWT.gitignore

@@ -5,13 +5,13 @@
 *.war
 
 # gwt caches and compiled units #
-war/gwt_bree/*
-gwt-unitCache/*
+war/gwt_bree/
+gwt-unitCache/
 
 # boilerplate generated classes #
-.apt_generated/*
+.apt_generated/
 
 # more caches and things from deploy #
-war/WEB-INF/deploy/*
-war/WEB-INF/classes/*
+war/WEB-INF/deploy/
+war/WEB-INF/classes/