.gitignore 484 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. *.toDelete
  2. output/**
  3. *.class
  4. *~
  5. *.iml
  6. */.idea/**
  7. .idea/**
  8. .idea
  9. *.log
  10. *.log.[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]
  11. */.classpath
  12. .classpath
  13. */.project
  14. .project
  15. .cache/**
  16. target/
  17. build/
  18. tmp_deb_control/
  19. tmp_rpm_control/
  20. tmp_sh/
  21. .gwt/
  22. .settings/
  23. /bin
  24. bin/
  25. **/dependency-reduced-pom.xml
  26. pom.xml.versionsBackup
  27. .DS_Store
  28. **/.gradle
  29. **/local.properties
  30. **/build
  31. **/target
  32. **/Californium.properties
  33. **/Californium3.properties
  34. **/.env
  35. .instance_id
  36. rebuild-docker.sh
  37. */.run/**
  38. .run/**
  39. .run