Skip to content

Commit

Permalink
.gitignore - Popular IDEs (IntelliJ, Eclipse, VS, Sublime, Emacs)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Grozdanov committed Feb 5, 2024
1 parent f34a3bb commit dcedfaf
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
**/*.DS_Store
# macOS
**/*.DS_Store

# IntelliJ
.idea

# Eclipse IDE
.project
.metadata

# Visual Studio
.vscode
.vshistory
.history
.localhistory
.vs
*.vsix

# Sublime Text
.sublime-project
.sublime-workspace

# Emacs
/.emacs.desktop
/.emacs.desktop.lock

0 comments on commit dcedfaf

Please sign in to comment.