Skip to content

Commit 11011d5

Browse files
Rewrite build files
1 parent 691cbf1 commit 11011d5

19 files changed

+279
-473
lines changed

.gitignore

Lines changed: 18 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,116 +1,34 @@
1-
### Java files ###
2-
*.class
1+
# Gradle
32

4-
# Package Files
5-
#*.jar
6-
*.war
7-
*.ear
3+
.gradle/
4+
build/
5+
out/
6+
classes/
7+
.kotlin/
88

9-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
10-
hs_err_pid*
9+
# Eclipse
1110

11+
*.launch
1212

13+
# Idea
1314

14-
### Intellij ###
15-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
16-
# Ignore project files
15+
.idea/
1716
*.iml
18-
19-
# Ignore IDEA directory
20-
.idea/*
21-
22-
# Include the project's dictionary
23-
!.idea/dictionaries/
24-
!.idea/dictionaries/*
25-
26-
# File-based project format:
2717
*.ipr
2818
*.iws
2919

30-
### Plugin-specific files: ###
31-
# IntelliJ
32-
/out/
33-
34-
# mpeltonen/sbt-idea plugin
35-
.idea_modules/
36-
37-
# JIRA plugin
38-
atlassian-ide-plugin.xml
39-
40-
# Crashlytics plugin (for Android Studio and IntelliJ)
41-
com_crashlytics_export_strings.xml
42-
crashlytics.properties
43-
crashlytics-build.properties
20+
# VSCode
4421

45-
46-
47-
### Eclipse ###
48-
*.pydevproject
49-
.metadata
50-
.gradle
51-
bin/
52-
tmp/
53-
*.tmp
54-
*.bak
55-
*.swp
56-
*~.nib
57-
local.properties
5822
.settings/
59-
.loadpath
60-
61-
# Eclipse Core
62-
.project
63-
64-
# External tool builders
65-
.externalToolBuilders/
66-
67-
# Locally stored "Eclipse launch configurations"
68-
*.launch
69-
70-
# CDT-specific
71-
.cproject
72-
73-
# JDT-specific (Eclipse Java Development Tools)
23+
.vscode/
24+
bin/
7425
.classpath
26+
.project
7527

76-
# PDT-specific
77-
.buildpath
78-
79-
# sbteclipse plugin
80-
.target
81-
82-
# TeXlipse plugin
83-
.texlipse
84-
85-
86-
87-
### Maven ###
88-
target/
89-
pom.xml.tag
90-
pom.xml.releaseBackup
91-
pom.xml.versionsBackup
92-
pom.xml.next
93-
release.properties
94-
dependency-reduced-pom.xml
95-
buildNumber.properties
96-
97-
98-
99-
### NetBeans ###
100-
nbproject/private/
101-
build/
102-
nbbuild/
103-
dist/
104-
nbdist/
105-
nbactions.xml
106-
nb-configuration.xml
107-
.nb-gradle/
108-
28+
# macOS
10929

30+
*.DS_Store
11031

111-
### Git ###
112-
# Don't exclude the .gitignore itself
113-
!/.gitignore
32+
# Misc
11433

115-
### Run Folder (ViaProxy) ###
116-
common/run/
34+
run/

build-logic/build.gradle

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

build-logic/src/main/groovy/vr.base-conventions.gradle

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

build-logic/src/main/groovy/vr.platform-conventions.gradle

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

build.gradle

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

0 commit comments

Comments
 (0)