Skip to content

Commit

Permalink
remove IntelliJ files from git and ignore them going forward
Browse files Browse the repository at this point in the history
  • Loading branch information
trautmane committed Jan 25, 2022
1 parent 2824d72 commit eae2bf3
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,26 @@ tmp/

# IntelliJ user specific files
# see https://intellij-support.jetbrains.com/entries/23393067-How-to-manage-projects-under-Version-Control-Systems
.idea/workspace.xml
.idea/tasks.xml
.idea/artifacts
.idea/dictionaries
.idea/httpRequests
.idea/libraries

# IntelliJ Sensitive or high-churn files:
.idea/scopes
.idea/shelf
.idea/compiler.xml
.idea/dataSources.ids
.idea/dataSources.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/encodings.xml
.idea/jarRrepositories.xml
.idea/jsLibraryMappings.xml
.idea/misc.xml
.idea/modules.xml
.idea/sqlDataSources.xml
.idea/tasks.xml
.idea/uiDesigner.xml
.idea/workspace.xml
*.iml

.DS_Store

0 comments on commit eae2bf3

Please sign in to comment.