Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[misc] Added git configuration files
  • Loading branch information
sdumitriu committed Oct 1, 2015
1 parent 9368258 commit 303b092
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
@@ -0,0 +1,8 @@
* text=auto
*.java text ident diff=java
*.xml text ident diff=html
*.vm text ident
*.js text ident
*.css text ident
*.sh eol=lf ident
*.bat eol=crlf ident
43 changes: 43 additions & 0 deletions .gitignore
@@ -0,0 +1,43 @@
# Build
target
target-eclipse

# IDEA
*.iml
*.ipr
*.iws
.idea
atlassian-ide-plugin.xml

# Eclipse
.classpath
.project
.settings
.checkstyle
.fbprefs
bin
# Automatically generated by WTP
/*/src/main/java/META-INF/
/*/*/src/main/java/META-INF/
/*/*/*/src/main/java/META-INF/
/*/*/*/*/src/main/java/META-INF/
/*/*/*/*/*/src/main/java/META-INF/
/*/*/*/*/*/*/src/main/java/META-INF/
/*/src/META-INF/
/*/*/src/META-INF/
/*/*/*/src/META-INF/
/*/*/*/*/src/META-INF/
/*/*/*/*/*/src/META-INF/
/*/*/*/*/*/*/src/META-INF/

# NetBeans
nbproject

# Other
*.log.*
*.log
.sonar-ide.properties
.clover
*~

.DS_Store

0 comments on commit 303b092

Please sign in to comment.