| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- # ---> JetBrains
- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
- ## Directory-based project format:
- .idea/
- # ---> Composer
- composer.phar
- vendor/
- # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
- # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
- composer.lock
- # ---> macOS
- .DS_Store
- .AppleDouble
- .LSOverride
- # Icon must end with two \r
- Icon
- # Thumbnails
- ._*
- # Files that might appear in the root of a volume
- .DocumentRevisions-V100
- .fseventsd
- .Spotlight-V100
- .TemporaryItems
- .Trashes
- .VolumeIcon.icns
- # Directories potentially created on remote AFP share
- .AppleDB
- .AppleDesktop
- Network Trash Folder
- Temporary Items
- .apdisk
- # ---> NetBeans
- nbproject/private/
- build/
- nbbuild/
- dist/
- nbdist/
- nbactions.xml
- nb-configuration.xml
- .nb-gradle/
- .directory
- /**/.directory
- node_modules
- /**/node_modules
|