Skip to content

Commit

Permalink
# Deep files ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
CCristi committed Jun 23, 2016
1 parent 22ebc80 commit 5523aa5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,33 @@ jspm_packages
.node_repl_history

.idea

#####=== DEEP ===#####

# Compiled libraries
**/compile/
**/lib.compiled/

# App specific files
.parameters.json
deeploy.json*
*_config.json*
*.provisioning.json*

# Backend files
**/backend/src/**/*.js
**/backend/src/**/*.zip
**/backend/src/**/*.sfv
**/backend/src/**/_config.json
**/backend/src/**/_async_config.json

# Frontend dependencies
**/js/vendor/
**/frontend/vendor/

# Tests resources
GitDiffWalker.*
_vars.sh
/package.json
**/.sass-cache/
**/coverage/

0 comments on commit 5523aa5

Please sign in to comment.