Skip to content

Commit

Permalink
chore: Tidy gitignore
Browse files Browse the repository at this point in the history
IDE-specifc ignores such as `.vs` and `.idea`, and system-specific ignores such as `Thumbs.db` and `.DS_Store` should be added to a global ignore file (`core.excludesFile`)
  • Loading branch information
Ozzah committed Mar 14, 2023
1 parent 23682e6 commit 30755d5
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,2 @@
# Common IntelliJ Platform excludes

# User specific
**/.idea/**/workspace.xml
**/.idea/**/tasks.xml
**/.idea/shelf/*
**/.idea/dictionaries
**/.idea/httpRequests/

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

# Rider
# Rider auto-generates .iml files, and contentModel.xml
**/.idea/**/*.iml
**/.idea/**/contentModel.xml
**/.idea/**/modules.xml

*.suo
*.user
.vs/
[Bb]in/
[Oo]bj/
_UpgradeReport_Files/
[Pp]ackages/

Thumbs.db
Desktop.ini
.DS_Store

0 comments on commit 30755d5

Please sign in to comment.