GraphLib/.gitignore
MagneticMojo 8a3a60a3e5 .gitignore configured
Files, directories, and filetypes targeted by .gitignore: Core Maven, Maven wrapper, IDE types {Intellij, VSCode}, OS specific, backup and temp files. See .gitignore
2023-09-04 18:42:29 +02:00

52 lines
764 B
Plaintext

# ---> Core Maven Ignores
# These cover the general files and directories generated by 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
# Avoid pushing Maven wrapper JAR, but allow other necessary parts of the Maven wrapper
.mvn/wrapper/maven-wrapper.jar
!.mvn/wrapper/
# ---> IDE Specific Ignores
# IntelliJ IDEA specifics
.idea/
*.iws
*.iml
*.ipr
# VSCode specifics
.vscode/
*.code-workspace
# ---> Operating System Specific Ignores
# Linux
*~
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# ---> Common File Ignores
# Backup and temporary files
*.bak
*.swp
*.ser
*.log