Skip to content

Commit ed1e57f

Browse files
committed
(sync) to new nfs
1 parent f2196ca commit ed1e57f

35 files changed

+1231
-1552
lines changed

.gitignore

Lines changed: 90 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# User-specific stuff
2+
.idea/
3+
4+
*.iml
5+
*.ipr
6+
*.iws
7+
8+
# IntelliJ
9+
out/
10+
111
# Compiled class file
212
*.class
313

@@ -7,9 +17,6 @@
717
# BlueJ files
818
*.ctxt
919

10-
# Mobile Tools for Java (J2ME)
11-
.mtj.tmp/
12-
1320
# Package Files #
1421
*.jar
1522
*.war
@@ -22,10 +29,85 @@
2229
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2330
hs_err_pid*
2431

25-
# Ignore Gradle project-specific cache directory
26-
.gradle
32+
*~
2733

28-
# Ignore Gradle build output directory
29-
build
34+
# temporary files which can be created if a process still has a handle open of a deleted file
35+
.fuse_hidden*
3036

31-
.idea/
37+
# KDE directory preferences
38+
.directory
39+
40+
# Linux trash folder which might appear on any partition or disk
41+
.Trash-*
42+
43+
# .nfs files are created when an open file is removed but is still being accessed
44+
.nfs*
45+
46+
# General
47+
.DS_Store
48+
.AppleDouble
49+
.LSOverride
50+
51+
# Icon must end with two \r
52+
Icon
53+
54+
# Thumbnails
55+
._*
56+
57+
# Files that might appear in the root of a volume
58+
.DocumentRevisions-V100
59+
.fseventsd
60+
.Spotlight-V100
61+
.TemporaryItems
62+
.Trashes
63+
.VolumeIcon.icns
64+
.com.apple.timemachine.donotpresent
65+
66+
# Directories potentially created on remote AFP share
67+
.AppleDB
68+
.AppleDesktop
69+
Network Trash Folder
70+
Temporary Items
71+
.apdisk
72+
73+
# Windows thumbnail cache files
74+
Thumbs.db
75+
Thumbs.db:encryptable
76+
ehthumbs.db
77+
ehthumbs_vista.db
78+
79+
# Dump file
80+
*.stackdump
81+
82+
# Folder config file
83+
[Dd]esktop.ini
84+
85+
# Recycle Bin used on file shares
86+
$RECYCLE.BIN/
87+
88+
# Windows Installer files
89+
*.cab
90+
*.msi
91+
*.msix
92+
*.msm
93+
*.msp
94+
95+
# Windows shortcuts
96+
*.lnk
97+
98+
target/
99+
100+
pom.xml.tag
101+
pom.xml.releaseBackup
102+
pom.xml.versionsBackup
103+
pom.xml.next
104+
105+
release.properties
106+
dependency-reduced-pom.xml
107+
buildNumber.properties
108+
.mvn/timing.properties
109+
.mvn/wrapper/maven-wrapper.jar
110+
.flattened-pom.xml
111+
112+
# Common working directory
113+
run/

Jenkinsfile

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

build.gradle

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

gradle/wrapper/gradle-wrapper.jar

-58.4 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

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

0 commit comments

Comments
 (0)