Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
List all hidden directories except some directories
Browse files Browse the repository at this point in the history
  • Loading branch information
nareddyt committed Feb 24, 2018
1 parent f11c098 commit 240a72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
bash ./.circleci/prod-ready.sh
- run:
name: "List All Files"
command: tree -I 'node_modules'
command: tree -a -I 'node_modules|.git|.idea'
- run:
name: "Package Extension"
command: git archive -o extension.zip HEAD
Expand Down

0 comments on commit 240a72b

Please sign in to comment.