Skip to content

Commit

Permalink
Remove lockfiles from repo, add back pinned webpack dependency to app…
Browse files Browse the repository at this point in the history
… roots, and autoinstall frontend packages (#382)
  • Loading branch information
sohkai authored Jun 19, 2018
1 parent f93f83b commit 816a09c
Show file tree
Hide file tree
Showing 25 changed files with 20 additions and 193,152 deletions.
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# aragon-cli
**/**/artifact.json

# Dependencies
node_modules
**/*/node_modules
Expand All @@ -9,12 +12,17 @@ node_modules
*/**/allFiredEvents
*/**/scTopics

**/**/artifact.json

# lerna
lerna-debug.log

# truffle build artifacts
*/**/build
*/**/abis.json
*/**/.DS_Store

# yarn
yarn-error.log

# Ignore lock files
package-lock.json
yarn.lock
Loading

0 comments on commit 816a09c

Please sign in to comment.