Skip to content

Commit 31e3b68

Browse files
authored
Merge pull request #5 from Snailclimb/master
Master
2 parents bc1ef92 + 98eafbd commit 31e3b68

370 files changed

Lines changed: 8055 additions & 6986 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
* text=auto
22
*.js linguist-language=java
33
*.css linguist-language=java
4-
*.html linguist-language=java
4+
*.html linguist-language=java

.gitignore

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,4 @@
1-
.gradle
2-
/build/
3-
/**/build/
4-
5-
### STS ###
6-
.apt_generated
7-
.classpath
8-
.factorypath
9-
.project
10-
.settings
11-
.springBeans
12-
.sts4-cache
13-
14-
### IntelliJ IDEA ###
15-
.idea
16-
*.iws
17-
*.iml
18-
*.ipr
19-
/out/
20-
/**/out/
21-
.shelf/
22-
.ideaDataSources/
23-
dataSources/
24-
25-
### NetBeans ###
26-
/nbproject/private/
27-
/nbbuild/
28-
/dist/
29-
/nbdist/
30-
/.nb-gradle/
31-
/node_modules/
32-
33-
### OS ###
34-
.DS_Store
35-
.Ds_Store´
361
/node_modules
37-
38-
2+
/package-lock.json
3+
/dist
4+
.DS_Store

.nojekyll

100644100755
File mode changed.

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)