Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeyoon committed May 14, 2023
1 parent 708328d commit 1d30c5f
Showing 1 changed file with 11 additions and 23 deletions.
34 changes: 11 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -171,32 +171,20 @@ obj/
/out/

# User-specific configurations
.idea/caches/
.idea/libraries/
.idea/shelf/
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
.idea/jsLibraryMappings.xml
.idea/datasources.xml
.idea/dataSources.ids
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
.idea/jarRepositories.xml

# OS-specific files
.idea/*

# Copied from https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
.DS_Store
.DS_Store?
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
ehthumbs.db

# Copied from https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Legacy Eclipse project files
.classpath
Expand Down

0 comments on commit 1d30c5f

Please sign in to comment.