.gitignore 958 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # ---> JetBrains
  2. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  3. ## Directory-based project format:
  4. .idea/
  5. # ---> Composer
  6. composer.phar
  7. vendor/
  8. # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
  9. # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
  10. composer.lock
  11. # ---> macOS
  12. .DS_Store
  13. .AppleDouble
  14. .LSOverride
  15. # Icon must end with two \r
  16. Icon
  17. # Thumbnails
  18. ._*
  19. # Files that might appear in the root of a volume
  20. .DocumentRevisions-V100
  21. .fseventsd
  22. .Spotlight-V100
  23. .TemporaryItems
  24. .Trashes
  25. .VolumeIcon.icns
  26. # Directories potentially created on remote AFP share
  27. .AppleDB
  28. .AppleDesktop
  29. Network Trash Folder
  30. Temporary Items
  31. .apdisk
  32. # ---> NetBeans
  33. nbproject/private/
  34. build/
  35. nbbuild/
  36. dist/
  37. nbdist/
  38. nbactions.xml
  39. nb-configuration.xml
  40. .nb-gradle/
  41. .directory
  42. /**/.directory
  43. node_modules
  44. /**/node_modules