Skip to content

Commit

Permalink
Merge pull request #926 from jord1e/ignore-idea-folder
Browse files Browse the repository at this point in the history
Update .gitignore
  • Loading branch information
srinivasankavitha committed Mar 10, 2022
2 parents ac8c708 + 02b935a commit 2c682c0
Showing 1 changed file with 12 additions and 63 deletions.
75 changes: 12 additions & 63 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,81 +1,30 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
build
**/build
.gradle

# User-specific stuff
.idea/**/workspace.xml
.idea/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
.idea/**/runConfigurations.xml
.idea/**/aws.xml
# DGS Framework .gitignore

# Gradle
.idea/**/gradle.xml
.idea/**/libraries
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules


# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/
/build/
# Also covers /buildSrc/build/
/*/build/
/.gradle/
/buildSrc/.gradle/

# IntelliJ IDEA
/.idea/
!/.idea/icon.png
!/.idea/codeStyles/
!/.idea/copyright/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

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

# Editor-based Rest Client
.idea/httpRequests
buildSrc/.gradle/
/.idea/.gitignore
/.idea/misc.xml
/.idea/vcs.xml
/graphql-dgs-example-java/ui-example/node_modules/
/.idea/kotlinScripting.xml
scripts/__pycache__/
/.idea/libraries-with-intellij-classes.xml
.idea/google-java-format.xml

# STS and Eclipse/VSCode Java Pack
.apt_generated
.apt_generated_test
Expand Down

0 comments on commit 2c682c0

Please sign in to comment.