Skip to content

Instantly share code, notes, and snippets.

@hugocore
Last active November 9, 2021 20:32
Show Gist options
  • Select an option

  • Save hugocore/6458485 to your computer and use it in GitHub Desktop.

Select an option

Save hugocore/6458485 to your computer and use it in GitHub Desktop.
# Sublime Files
*.sublime-project
*.sublime-workspace
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Maven
log/
target/
# OSX
.DS_Store
# Linux
.*
!.gitignore
*~
# KDE
.directory
# Windows
.Spotlight-V100
.Trashes
Thumbs.db
._*
Desktop.ini
$RECYCLE.BIN/
@hugocore
Copy link
Copy Markdown
Author

hugocore commented Sep 6, 2013

Quite perfect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment