Skip to content

Commit

Permalink
update .gitignore for package and app template and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hthetiot committed Oct 14, 2017
1 parent 5be2fe6 commit 458b3cc
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 12 deletions.
43 changes: 37 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,40 @@
.npmignore
.tmp
.idea
### General ###
.DS_Store
atlassian-ide-plugin.xml
npm-debug.log
Thumbs.db
report/
out/
temp/
tmp/
.tmp
*.tmp
*.tmp.*
log.txt
*.log

# Build
out/

## jsdoc
/doc

### SublimeText ###
*.sublime-project
*.sublime-workspace

### Intellij IDE ###
.idea/
atlassian-ide-plugin.xml

### VisualStudioCode ###
.vscode/*
.vscode-upload.json

### TextMate ###
*.tmproj
*.tmproject
tmtags

### Node ###
npm-debug.log*
.npmignore
node_modules/
out/
40 changes: 37 additions & 3 deletions templates/app/__name__/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
.idea
node_modules
.DS_Store
### General ###
.DS_Store
Thumbs.db
report/
out/
temp/
tmp/
.tmp
*.tmp
*.tmp.*
log.txt
*.log

## jsdoc
/doc

### SublimeText ###
*.sublime-project
*.sublime-workspace

### Intellij IDE ###
.idea/
atlassian-ide-plugin.xml

### VisualStudioCode ###
.vscode/*
.vscode-upload.json

### TextMate ###
*.tmproj
*.tmproject
tmtags

### Node ###
npm-debug.log*
.npmignore
node_modules/
40 changes: 37 additions & 3 deletions templates/package/__name__/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
.idea
node_modules
.DS_Store
### General ###
.DS_Store
Thumbs.db
report/
out/
temp/
tmp/
.tmp
*.tmp
*.tmp.*
log.txt
*.log

## jsdoc
/doc

### SublimeText ###
*.sublime-project
*.sublime-workspace

### Intellij IDE ###
.idea/
atlassian-ide-plugin.xml

### VisualStudioCode ###
.vscode/*
.vscode-upload.json

### TextMate ###
*.tmproj
*.tmproject
tmtags

### Node ###
npm-debug.log*
.npmignore
node_modules/

0 comments on commit 458b3cc

Please sign in to comment.