Skip to content

Commit 15712bb

Browse files
committed
cleaned meta stuff
1 parent a0610ed commit 15712bb

File tree

9 files changed

+26
-348
lines changed

9 files changed

+26
-348
lines changed

.gitattributes

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Check out all text files in UNIX format, with LF as end of line
2+
3+
*.java text=auto eol=lf
4+
*.xml text=auto eol=lf
5+
*.txt text=auto eol=lf
6+
*.json text=auto eol=lf
7+
8+
*.java ident
9+
*.xml ident
10+
*.txt ident
11+
*.json ident
12+

.gitignore

+14-22
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
1-
# Compiled class file
2-
*.class
3-
4-
# Log file
5-
*.log
6-
7-
# BlueJ files
8-
*.ctxt
9-
10-
# Mobile Tools for Java (J2ME)
11-
.mtj.tmp/
12-
13-
# Package Files #
14-
*.jar
15-
*.war
16-
*.ear
17-
*.zip
18-
*.tar.gz
19-
*.rar
20-
21-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
22-
hs_err_pid*
1+
/.idea
2+
*.iml
3+
.classpath
4+
.project
5+
target/
6+
.settings/
7+
*.log*
8+
bin/
9+
*/settings.xml
10+
*/pubring.gpg
11+
*/secring.gpg
12+
13+
14+
nb-configuration.xml

target/checkstyle-checker.xml

-315
This file was deleted.

target/checkstyle-result.xml

-3
This file was deleted.

target/maven-archiver/pom.properties

-5
This file was deleted.

target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst

Whitespace-only changes.

target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst

Whitespace-only changes.

target/qulice_cachefile

-2
This file was deleted.

target/test-classes/placeholder.md

-1
This file was deleted.

0 commit comments

Comments
 (0)