Skip to content

Commit b913841

Browse files
committed
ignore
1 parent 14704ec commit b913841

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.gitignore

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
target/
2-
.idea
3-
*.iml
1+
*.db
42
*.h2.db
5-
src/main/latex/*.pdf
6-
src/main/latex/*.aux
7-
src/main/latex/*.gz
8-
local-repo/
9-
/bin
10-
.settings/
3+
*.iml
4+
.DS_Store
115
.classpath
6+
.idea
7+
.idea/
128
.project
13-
*.db
9+
.settings/
10+
/bin
11+
local-repo/
12+
node_modules/
13+
src/main/latex/*.aux
14+
src/main/latex/*.gz
15+
src/main/latex/*.pdf
16+
target/

0 commit comments

Comments
 (0)