Skip to content

Commit

Permalink
git hub add gitignore and gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
fanqq authored and fanqq committed Apr 27, 2015
1 parent 9e5c493 commit 09ca7f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.gitignore merge=ours
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#github .gitignore file
#@can not merge to dev git
/ws/*
/target/*
/bin/*
Expand All @@ -9,3 +11,7 @@
.idea/
classes/
*.iml
conf/uat/*
conf/fat/*
conf/prod/*
conf/fws/*

0 comments on commit 09ca7f5

Please sign in to comment.