Last active
October 30, 2020 16:13
-
-
Save jasonsturges/1c9d0b3a6ef4063374c0 to your computer and use it in GitHub Desktop.
Global .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm | |
## Directory-based project format | |
.idea/ | |
## File-based project format | |
*.ipr | |
*.iws | |
*.iml | |
# Visual Studio Code | |
.vscode/ | |
.vs/ | |
# Operating systems | |
## Mac OS X | |
.DS_Store | |
## Windows | |
Thumbs.db | |
# Microsoft Office | |
## Word | |
~$*.doc* | |
Backup of *.doc* | |
## Excel | |
~$*.xls* | |
*.xlk | |
## PowerPoint | |
~$*.ppt* | |
## Visio | |
*.~vsd* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment