Skip to content

Instantly share code, notes, and snippets.

@hereiscasio
Forked from lanesgists/.gitignore
Last active December 21, 2021 13:47
Show Gist options
  • Save hereiscasio/334474224e87f852382d484c20aeea15 to your computer and use it in GitHub Desktop.
Save hereiscasio/334474224e87f852382d484c20aeea15 to your computer and use it in GitHub Desktop.
general .gitignore boilerplate
#.gitignore
# Numerous always-ignore extension
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# OS or Editor folders
.vscode
.DS_Store
Thumbs.db
.cache
.project
.settings
.settings.json
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
sftp-config.json
# Dreamweaver added files
_notes
dwsync.xml
# Komodo
*.komodoproject
.komodotools
# Folders to ignore
node_modules
.hg
.svn
.CVS
intermediate
publish
.idea
# build script local files
build/buildinfo.properties
build/config/buildinfo.properties
/inc/.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment