Skip to content

Commit

Permalink
ignore intellij folder in gitignore and dockerignore (paritytech#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
azban authored and gavofyork committed Nov 1, 2018
1 parent 0a10971 commit 10c9e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
doc
target
.idea/
Dockerfile
.dockerignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ node/runtime/wasm/target/
.vscode
polkadot.*
.DS_Store
.idea/

0 comments on commit 10c9e6d

Please sign in to comment.