Skip to content

Instantly share code, notes, and snippets.

@jmprado
Created April 12, 2019 18:34
Show Gist options
  • Save jmprado/345991b22142960041ec006a2b613554 to your computer and use it in GitHub Desktop.
Save jmprado/345991b22142960041ec006a2b613554 to your computer and use it in GitHub Desktop.
.gitignore for Visual Studio Code Cordova Projects on Window 10
# remove extension less files
*
!/**/
!*.*
# intermediate files
node_modules/**
build/
obj/
Debug/
bin/
typings/
package-lock.json
.vs/**
.vscode/**
.gradle
.idea
*.exe
*.cmd
*.bat
*.bnf
*.npmignore
*.yml
# Cordova - platforms
platforms
# Cordova - plugins - remove all except json & xml
plugins/**/.DS_Store
plugins/**/*.cs
plugins/**/*.h
plugins/**/*.java
plugins/**/*.js
plugins/**/*.m
plugins/**/*.map
plugins/**/*.md
plugins/**/*.modulemap
plugins/**/*.ts
plugins/**/LICENSE
plugins/**/NOTICE
plugins/**/*.gradle
plugins/**/tests/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment