This repository has been archived on 2026-01-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ptp/.gitignore
2019-03-03 16:13:24 -07:00

46 lines
478 B
Plaintext

# Ignore Eclipse files
.classpath
.project
.settings/**
# Ignore emacs temporary files
\#*
.\#*
# vi temp files
*~
*.swp
# Ignore intellij files
.idea
*.iml
*.ipr
*.iws
*.ids
# Generated files/directories
target/**
*.class
build/**
.gradle/**
exploded
*/build/
*/out/
# ivy/build
build-ivycache
.ant-targets-build.xml
# Ignore files
.svnignore
*.orig
dependency-reduced-pom.xml
# Ignore netbeans
nb-*
# Apple directory artifacts
.DS_Store
.metadata
META-INF/MANIFEST.MF