Skip to content

Instantly share code, notes, and snippets.

@devahmedshendy
Last active February 18, 2019 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devahmedshendy/89ee7aac81bce880c14ce3fd536996e2 to your computer and use it in GitHub Desktop.
Save devahmedshendy/89ee7aac81bce880c14ce3fd536996e2 to your computer and use it in GitHub Desktop.
Common gitignore entries
# Reference: https://github.com/github/gitignore
target/
infrastrucure/development/database
!.mvn/wrapper/maven-wrapper.jar
# Project #
node_modules/
dist/
npm-debug.log
# STS #
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
# NetBeans #
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
# JetBrains IDEs #
.idea
*.iws
*.iml
*.ipr
# Visual Studio Code #
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# macOS #
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Linux #
.Trash-*
# Vim #
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
Session.vim
.netrwhist
*~
tags
[._]*.un~
# Node.js #
node_modules
dist/**/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment