kuzznya

quarkus .gitignore

Mar 19th, 2022
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #Maven
  2. target/
  3. pom.xml.tag
  4. pom.xml.releaseBackup
  5. pom.xml.versionsBackup
  6. release.properties
  7.  
  8. # Eclipse
  9. .project
  10. .classpath
  11. .settings/
  12. bin/
  13.  
  14. # IntelliJ
  15. .idea
  16. *.ipr
  17. *.iml
  18. *.iws
  19.  
  20. # NetBeans
  21. nb-configuration.xml
  22.  
  23. # Visual Studio Code
  24. .vscode
  25. .factorypath
  26.  
  27. # OSX
  28. .DS_Store
  29.  
  30. # Vim
  31. *.swp
  32. *.swo
  33.  
  34. # patch
  35. *.orig
  36. *.rej
  37.  
  38. # Local environment
  39. .env
  40.  
Advertisement
Add Comment
Please, Sign In to add comment