|
| 1 | +# Created by .ignore support plugin (hsz.mobi) |
| 2 | +### OSX template |
| 3 | +.DS_Store |
| 4 | +.AppleDouble |
| 5 | +.LSOverride |
| 6 | + |
| 7 | +# Icon must end with two \r |
| 8 | +Icon |
| 9 | + |
| 10 | +# Thumbnails |
| 11 | +._* |
| 12 | + |
| 13 | +# Files that might appear in the root of a volume |
| 14 | +.DocumentRevisions-V100 |
| 15 | +.fseventsd |
| 16 | +.Spotlight-V100 |
| 17 | +.TemporaryItems |
| 18 | +.Trashes |
| 19 | +.VolumeIcon.icns |
| 20 | + |
| 21 | +# Directories potentially created on remote AFP share |
| 22 | +.AppleDB |
| 23 | +.AppleDesktop |
| 24 | +Network Trash Folder |
| 25 | +Temporary Items |
| 26 | +.apdisk |
| 27 | +### JetBrains template |
| 28 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio |
| 29 | + |
| 30 | +*.iml |
| 31 | + |
| 32 | +## Directory-based project format: |
| 33 | +.idea/ |
| 34 | +# if you remove the above rule, at least ignore the following: |
| 35 | + |
| 36 | +# User-specific stuff: |
| 37 | +# .idea/workspace.xml |
| 38 | +# .idea/tasks.xml |
| 39 | +# .idea/dictionaries |
| 40 | + |
| 41 | +# Sensitive or high-churn files: |
| 42 | +# .idea/dataSources.ids |
| 43 | +# .idea/dataSources.xml |
| 44 | +# .idea/sqlDataSources.xml |
| 45 | +# .idea/dynamic.xml |
| 46 | +# .idea/uiDesigner.xml |
| 47 | + |
| 48 | +# Gradle: |
| 49 | +# .idea/gradle.xml |
| 50 | +# .idea/libraries |
| 51 | + |
| 52 | +# Mongo Explorer plugin: |
| 53 | +# .idea/mongoSettings.xml |
| 54 | + |
| 55 | +## File-based project format: |
| 56 | +*.ipr |
| 57 | +*.iws |
| 58 | + |
| 59 | +## Plugin-specific files: |
| 60 | + |
| 61 | +# IntelliJ |
| 62 | +/out/ |
| 63 | + |
| 64 | +# mpeltonen/sbt-idea plugin |
| 65 | +.idea_modules/ |
| 66 | + |
| 67 | +# JIRA plugin |
| 68 | +atlassian-ide-plugin.xml |
| 69 | + |
| 70 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 71 | +com_crashlytics_export_strings.xml |
| 72 | +crashlytics.properties |
| 73 | +crashlytics-build.properties |
| 74 | +### Ruby template |
| 75 | +*.gem |
| 76 | +*.rbc |
| 77 | +/.config |
| 78 | +/coverage/ |
| 79 | +/InstalledFiles |
| 80 | +/pkg/ |
| 81 | +/spec/reports/ |
| 82 | +/spec/examples.txt |
| 83 | +/test/tmp/ |
| 84 | +/test/version_tmp/ |
| 85 | +/tmp/ |
| 86 | + |
| 87 | +## Specific to RubyMotion: |
| 88 | +.dat* |
| 89 | +.repl_history |
| 90 | +build/ |
| 91 | + |
| 92 | +## Documentation cache and generated files: |
| 93 | +/.yardoc/ |
| 94 | +/_yardoc/ |
| 95 | +/doc/ |
| 96 | +/rdoc/ |
| 97 | + |
| 98 | +## Environment normalisation: |
| 99 | +/.bundle/ |
| 100 | +/vendor/bundle |
| 101 | +/lib/bundler/man/ |
| 102 | + |
| 103 | +# for a library or gem, you might want to ignore these files since the code is |
| 104 | +# intended to run in multiple environments; otherwise, check them in: |
| 105 | +# Gemfile.lock |
| 106 | +# .ruby-version |
| 107 | +# .ruby-gemset |
| 108 | + |
| 109 | +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: |
| 110 | +.rvmrc |
| 111 | +### Vagrant template |
| 112 | +.vagrant/ |
| 113 | + |
0 commit comments