Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuida committed Feb 22, 2019
1 parent df18605 commit f7e05f0
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion .gitignore
Expand Up @@ -3,6 +3,36 @@ logs
*.log
npm-debug.log*

# 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
.idea/dictionaries
.idea/codeStyles/
.idea/**/*

# 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


# Runtime data
pids
*.pid
Expand Down Expand Up @@ -86,4 +116,4 @@ $RECYCLE.BIN/

dist/
testing/
.yarnclean
.yarnclean

0 comments on commit f7e05f0

Please sign in to comment.