Skip to content

Commit

Permalink
Add common editor config directories to .gitignore (dfinity#3264)
Browse files Browse the repository at this point in the history
Ignores project config files and directories generated by VSCode, IntelliJ-based IDEs, Eclipse, Vim, etc. 

Adding as a PR since this tends to be a reasonably common practice for open-source repositories. These specific entries are from the `.gitignore` in [rust-lang/rust](https://github.com/rust-lang/rust/blob/master/.gitignore#L13-L23).
  • Loading branch information
rvanasa committed May 26, 2022
1 parent e0789a8 commit 0d1b069
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ result*
/samples/**/*.txt

enable-internals

# Editor configuration
*.swp
*.swo
Session.vim
*.iml
.idea
.vscode
.project
.cproject
.favorites.json
.settings/

0 comments on commit 0d1b069

Please sign in to comment.