Goran Glavaš
commited on
Commit
•
f6fa5b0
0
Parent(s):
gitignore file
Browse files- .gitattributes +2 -0
- .gitignore +16 -0
.gitattributes
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
*.jar filter=lfs diff=lfs merge=lfs -text
|
2 |
+
embeddings.txt filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Eclipse
|
2 |
+
source/.classpath
|
3 |
+
source/.project
|
4 |
+
source/.settings/
|
5 |
+
|
6 |
+
# Intellij
|
7 |
+
#.idea/
|
8 |
+
#*.iml
|
9 |
+
#*.iws
|
10 |
+
|
11 |
+
# Mac
|
12 |
+
#.DS_Store
|
13 |
+
|
14 |
+
# Maven
|
15 |
+
source/log/
|
16 |
+
source/target/
|