You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
1.9 KiB

3 years ago
  1. ######################
  2. # Project Specific
  3. ######################
  4. /build/resources/main/static/**
  5. /src/test/javascript/coverage/
  6. ######################
  7. # Node
  8. ######################
  9. /node/
  10. node_tmp/
  11. node_modules/
  12. npm-debug.log.*
  13. /.awcache/*
  14. /.cache-loader/*
  15. ######################
  16. # SASS
  17. ######################
  18. .sass-cache/
  19. ######################
  20. # Eclipse
  21. ######################
  22. *.pydevproject
  23. .project
  24. .metadata
  25. tmp/
  26. tmp/**/*
  27. *.tmp
  28. *.bak
  29. *.swp
  30. *~.nib
  31. local.properties
  32. .classpath
  33. .settings/
  34. .loadpath
  35. .factorypath
  36. /src/main/resources/rebel.xml
  37. # External tool builders
  38. .externalToolBuilders/**
  39. # Locally stored "Eclipse launch configurations"
  40. *.launch
  41. # CDT-specific
  42. .cproject
  43. # PDT-specific
  44. .buildpath
  45. # STS-specific
  46. /.sts4-cache/*
  47. ######################
  48. # IntelliJ
  49. ######################
  50. .idea/
  51. *.iml
  52. *.iws
  53. *.ipr
  54. *.ids
  55. *.orig
  56. classes/
  57. out/
  58. ######################
  59. # Visual Studio Code
  60. ######################
  61. .vscode/
  62. ######################
  63. # Maven
  64. ######################
  65. /log/
  66. /target/
  67. ######################
  68. # Gradle
  69. ######################
  70. .gradle/
  71. /build/
  72. ######################
  73. # Package Files
  74. ######################
  75. *.jar
  76. *.war
  77. *.ear
  78. *.db
  79. ######################
  80. # Windows
  81. ######################
  82. # Windows image file caches
  83. Thumbs.db
  84. # Folder config file
  85. Desktop.ini
  86. ######################
  87. # Mac OSX
  88. ######################
  89. .DS_Store
  90. .svn
  91. # Thumbnails
  92. ._*
  93. # Files that might appear on external disk
  94. .Spotlight-V100
  95. .Trashes
  96. ######################
  97. # Directories
  98. ######################
  99. /bin/
  100. /deploy/
  101. ######################
  102. # Logs
  103. ######################
  104. *.log*
  105. ######################
  106. # Others
  107. ######################
  108. *.class
  109. *.*~
  110. *~
  111. .merge_file*
  112. ######################
  113. # Gradle Wrapper
  114. ######################
  115. !gradle/wrapper/gradle-wrapper.jar
  116. ######################
  117. # Maven Wrapper
  118. ######################
  119. !.mvn/wrapper/maven-wrapper.jar
  120. ######################
  121. # ESLint
  122. ######################
  123. .eslintcache