Skip to content

Commit

Permalink
Improve .gitignore and .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pokusew committed Apr 17, 2019
1 parent 5d8e86a commit e317596
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
32 changes: 23 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
# node, npm
node_modules/
### GENERAL

# Windows
Thumbs.db
Desktop.ini

# Mac
# macOS
.DS_Store
.supported

# NetBeans
/nbproject/private/
# common code editors
.atom/
.vscode/

# WebStorm
**/.idea/workspace.xml
**/.idea/tasks.xml
# NetBeans
nbproject/private/

dist/
# JetBrains IDEs
# see https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
captures

# common files
*.log


### PROJECT

# node, npm
node_modules/

# built source (pushed into npm)
/dist/
2 changes: 2 additions & 0 deletions .idea/dictionaries/pokusew.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!dist/
!/dist/

0 comments on commit e317596

Please sign in to comment.