Skip to content

Instantly share code, notes, and snippets.

@sigdelsanjog
Created September 5, 2017 17:23
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 sigdelsanjog/661e97d83abb1e391f0f93f2a2ad753c to your computer and use it in GitHub Desktop.
Save sigdelsanjog/661e97d83abb1e391f0f93f2a2ad753c to your computer and use it in GitHub Desktop.
GitIgnores that I always need do do while doing respective projects in various development
# ElectronApi
.DS_Store
dist/electron/*
dist/web/*
build/*
!build/icons
node_modules/
npm-debug.log
npm-debug.log.*
thumbs.db
!.gitkeep
.idea
#NodeJs Angular Project
# compiled output
/dist
/tmp
/out-tsc
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# SASS
/.sass-cache
#Coverage and Logs
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings
yarn-error.log
# e2e
/e2e/*.js
/e2e/*.map
# System Files
.DS_Store
Thumbs.db
#Project Files
.*-lock.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment