Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
torben committed Jan 3, 2018
1 parent f1e997d commit 9597d0f
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions .gitignore
Expand Up @@ -10,13 +10,30 @@ apiDocumentation/
***/*.ngfactory.ts

# Runtime data
backup
/cache/*
!/cache/.gitkeep
.cache
certificate/
!certificate/localhost/*
!certificate/letsEncrypt/configuration/.gitkeep
!certificate/letsEncrypt/log/.gitkeep
.config
database
log
log.txt
***/.local
.node-xmlhttprequest-sync*
.nyc_output
/renderedData/*
!/renderedData/.gitkeep
source/image/sprite.png
.ssh

# Temporary compile files
build
dist
target
***/*.compiled.*
***/*.compiled
!/api/**/*
Expand All @@ -32,8 +49,6 @@ source/image/sprite.png
***/.SRCINFO
***/*.egg
***/*.egg-info
dist
build
eggs
parts
bin
Expand Down Expand Up @@ -77,11 +92,14 @@ lib64
***/*~

# Temporary fuse files
***/.fuse_hidden*
**/.fuse_hidden*

# Temporary windows files
***/*Thumbs.db

# Temporary git files
***/.git-rewrite

# NPM/yarn's runtime files
***/yarn-error.log
***/yarn.lock
Expand All @@ -92,7 +110,6 @@ lib64
***/.config
***/.npm-debug.log
***/npm-debug.log

# region vim modline
# vim: set tabstop=4 shiftwidth=4 expandtab:
# vim: foldmethod=marker foldmarker=region,endregion:
Expand Down

0 comments on commit 9597d0f

Please sign in to comment.