1
0
Files
CraftingInterpreters/.gitignore
Nigel Barink 8f9048c8dd Moving from gradle to maven
Gradle was causing to much of a headache and made the project just
frustrating to work in with all these nested folders and unnecessary
files
2025-12-30 23:59:51 +01:00

49 lines
899 B
Plaintext

# Ignore Gradle files
.gradle
**/build/
!src/**/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties
# Cache of project
.gradletasknamecache
# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
bin
.settings
.vscode
# Ignore Gradle build output directory
build
# Ignore Maven files
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://maven.apache.org/wrapper/#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
# Eclipse m2e generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath