Skip to content

Instantly share code, notes, and snippets.

@fracarma
Last active August 8, 2016 11:04
Show Gist options
  • Save fracarma/6622dbfc0b5ef753897efefe3fa81984 to your computer and use it in GitHub Desktop.
Save fracarma/6622dbfc0b5ef753897efefe3fa81984 to your computer and use it in GitHub Desktop.
Gitignore for Dev Salesforce Projects
/*
!.gitignore
!.gitignore.
/src/*
!/src/
!/src/classes/
!/src/triggers/
!/src/pages/
!/src/components/
*.page-meta.xml
*.cls-meta.xml
*.trigger-meta.xml
*.component-meta.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment