diff --git a/.gitignore b/.gitignore index 96063c0..3876aeb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,13 @@ # Created by https://www.gitignore.io + +### Bower ### +bower_components +.bower-cache +.bower-registry +.bower-tmp + + ### Node ### # Logs logs @@ -30,51 +38,6 @@ build/Release node_modules -### Bower ### -bower_components -.bower-cache -.bower-registry -.bower-tmp - - -### Linux ### -*~ - -# KDE directory preferences -.directory - -# Linux trash folder which might appear on any partition or disk -.Trash-* - - -### OSX ### -.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 - - ### JetBrains ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio @@ -124,8 +87,45 @@ crashlytics.properties crashlytics-build.properties +### Linux ### +*~ + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + + +### OSX ### +.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 + + ### Custom ### debug dist doc -coverage +coverage \ No newline at end of file