Skip to content

Commit

Permalink
Updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittwer committed Jan 29, 2019
1 parent 04f8734 commit 5830687
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
.env
dist/
ship/
# Src
src/*.app/
src/app/*.app/**/*
src/**/*.css
src/**/*.css.map
src/build/
src/cache/
node_modules/
package-lock.json

.DS_Store
node_modules
# Build
/dist
dist/electron/*
dist/web/*
build/*
!build/icons

# Ship
ship/

# Git & NPM
.env
!.gitkeep
.DS_Store
node_modules/
package-lock.json

# local env files
.env.local
Expand All @@ -30,4 +39,4 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln
*.sw*
*.sw*

0 comments on commit 5830687

Please sign in to comment.