.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. # User-specific stuff
  2. .idea/
  3. *.iml
  4. *.ipr
  5. *.iws
  6. # IntelliJ
  7. out/
  8. # Compiled class file
  9. *.class
  10. # Log file
  11. *.log
  12. # BlueJ files
  13. *.ctxt
  14. # Package Files #
  15. *.jar
  16. *.war
  17. *.nar
  18. *.ear
  19. *.zip
  20. *.tar.gz
  21. *.rar
  22. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  23. hs_err_pid*
  24. *~
  25. # temporary files which can be created if a process still has a handle open of a deleted file
  26. .fuse_hidden*
  27. # KDE directory preferences
  28. .directory
  29. # Linux trash folder which might appear on any partition or disk
  30. .Trash-*
  31. # .nfs files are created when an open file is removed but is still being accessed
  32. .nfs*
  33. # General
  34. .DS_Store
  35. .AppleDouble
  36. .LSOverride
  37. # Icon must end with two \r
  38. Icon
  39. # Thumbnails
  40. ._*
  41. # Files that might appear in the root of a volume
  42. .DocumentRevisions-V100
  43. .fseventsd
  44. .Spotlight-V100
  45. .TemporaryItems
  46. .Trashes
  47. .VolumeIcon.icns
  48. .com.apple.timemachine.donotpresent
  49. # Directories potentially created on remote AFP share
  50. .AppleDB
  51. .AppleDesktop
  52. Network Trash Folder
  53. Temporary Items
  54. .apdisk
  55. # Windows thumbnail cache files
  56. Thumbs.db
  57. Thumbs.db:encryptable
  58. ehthumbs.db
  59. ehthumbs_vista.db
  60. # Dump file
  61. *.stackdump
  62. # Folder config file
  63. [Dd]esktop.ini
  64. # Recycle Bin used on file shares
  65. $RECYCLE.BIN/
  66. # Windows Installer files
  67. *.cab
  68. *.msi
  69. *.msix
  70. *.msm
  71. *.msp
  72. # Windows shortcuts
  73. *.lnk
  74. target/
  75. pom.xml.tag
  76. pom.xml.releaseBackup
  77. pom.xml.versionsBackup
  78. pom.xml.next
  79. release.properties
  80. dependency-reduced-pom.xml
  81. buildNumber.properties
  82. .mvn/timing.properties
  83. .mvn/wrapper/maven-wrapper.jar
  84. .flattened-pom.xml
  85. # Common working directory
  86. run/