Skip to content

Commit

Permalink
Add IDEA compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
rcchen committed Jan 18, 2017
1 parent 9625182 commit 6f7b236
Show file tree
Hide file tree
Showing 4 changed files with 1,084 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,53 @@ local.properties
# Code Recommenders
.recommenders/

####
## JetBrains: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
####

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml

# Sensitive or high-churn files:
.idea/dataSources/
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml

# Gradle:
.idea/gradle.xml
.idea/libraries

# Mongo Explorer plugin:
.idea/mongoSettings.xml

## File-based project format:
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

####
## CS246
####
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: "application"
apply plugin: "eclipse"
apply plugin: "idea"
apply plugin: "java"

sourceCompatibility = 1.8
Expand Down
Loading

0 comments on commit 6f7b236

Please sign in to comment.