Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit c474862

Browse files
author
Frode Sjovatsen
committed
fixed felles-model import
1 parent 994bc8c commit c474862

1 file changed

Lines changed: 6 additions & 24 deletions

File tree

.gitignore

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,7 @@
1+
.idea/
12
.gradle
2-
/build/
3-
!gradle/wrapper/gradle-wrapper.jar
4-
5-
### STS ###
6-
.apt_generated
7-
.classpath
8-
.factorypath
9-
.project
10-
.settings
11-
.springBeans
12-
13-
### IntelliJ IDEA ###
14-
.idea
15-
*.iws
16-
*.iml
17-
*.ipr
18-
19-
### NetBeans ###
20-
nbproject/private/
21-
build/
22-
nbbuild/
23-
dist/
24-
nbdist/
25-
.nb-gradle/
3+
build
4+
classes
5+
out
6+
.DS_Store
7+
*.iml

0 commit comments

Comments
 (0)