Skip to content

Commit

Permalink
updated gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvoigt committed Oct 22, 2018
1 parent a7f9232 commit 2144310
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Editor directories and files
.idea
Expand All @@ -21,4 +22,3 @@ yarn-error.log*
*.njsproj
*.sln

lerna-debug.log
2 changes: 2 additions & 0 deletions packages/argdown-cli/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ node_modules
# Remove some common IDE working directories
.idea
.vscode

dist
2 changes: 1 addition & 1 deletion packages/argdown-sandbox/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_modules
.env.local
.env.*.local

/dist
dist

# Log files
npm-debug.log*
Expand Down

0 comments on commit 2144310

Please sign in to comment.