Skip to content

Instantly share code, notes, and snippets.

@sagarjethi
Created April 13, 2020 07:11
Show Gist options
  • Save sagarjethi/0e10a9139a6f9045a918ec496d2e526b to your computer and use it in GitHub Desktop.
Save sagarjethi/0e10a9139a6f9045a918ec496d2e526b to your computer and use it in GitHub Desktop.
ionic .gitignore. building an app for ios,android a good .gitignore file for ionic
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
*~
*.sw[mnpcod]
.tmp
*.tmp
*.tmp.*
*.sublime-project
*.sublime-workspace
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
$RECYCLE.BIN/
*.log
log.txt
npm-debug.log*
/.idea
/.ionic
/.sass-cache
/.sourcemaps
/.versions
/.vscode
/coverage
/dist
/node_modules
/platforms
/plugins
/www
.package.tmp.json
package-lock.json
yarn.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment