Skip to content

Commit

Permalink
Add ide files for Intellij 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Nov 16, 2014
1 parent 9089a96 commit e34df44
Show file tree
Hide file tree
Showing 32 changed files with 1,711 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .gitignore
Expand Up @@ -9,21 +9,26 @@ library/.gradle
library/.settings
library/target
library/install_dependencies/maven-android-sdk-deployer
*.iml
.idea/*
.idea/libraries
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/dictionaries
.idea/dataSources.ids
.idea/datasources.xml
library/.idea
samples/**/.idea
*.DS_Store
*.swp
*.swo
proguard-project.txt
samples/flickr/.idea/*
samples/flickr/gen
samples/flickr/out
samples/flickr/bin
samples/flickr/target
integration/volley/target/**
**local.properties
*.keystore
**/.idea/*
.settings
/library/.classpath
/library/.project
Expand Down
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/androidDexCompiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/checkstyle-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

277 changes: 277 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/groovyc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e34df44

Please sign in to comment.