Files
udp-telemetry/.gitignore
Eric Ratliff 9f29b8de9c Initial commit
2026-03-13 08:24:03 -05:00

63 lines
613 B
Plaintext

# 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
.mvn/wrapper/maven-wrapper.jar
# Compiled output
*.class
*.jar
*.war
*.ear
*.nar
# Database
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
# IDE - IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
out/
# IDE - Eclipse
.classpath
.project
.settings/
bin/
# IDE - VS Code
.vscode/
# IDE - NetBeans
nbproject/
nbbuild/
nbdist/
.nb-gradle/
# OS
.DS_Store
Thumbs.db
Desktop.ini
# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
*.egg-info/
dist/