chore: reorganize snippets into subdirectories

- move root gitignores into gitignores/ subdirectory
- add gitignores for dart, dotnet, go, gradle, java, jetbrains, maven, nextjs, node, sublimetext, vscode, windows, xcode
- add root .gitignore excluding .claude/settings.local.json
- add empty README.md and licences/ placeholders (Apache, MIT, Mozilla)
This commit is contained in:
2026-06-16 15:38:52 +08:00
parent af08b37f52
commit 9e2659c394
21 changed files with 1099 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
### Maven
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/tools/wrapper/#Usage_with_or_without_Binary_JAR
.mvn/wrapper/maven-wrapper.jar
# Eclipse m2e generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath