Skip to content

Commit

Permalink
chore: remove parcel cache directory from gitignore files (#11713)
Browse files Browse the repository at this point in the history
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
jogold authored Nov 30, 2020
1 parent 5cfbe6c commit 04e3694
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 33 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ cdk.out/
# Yarn error log
yarn-error.log

# Parcel default cache directory
.parcel-cache

# VSCode history plugin
.vscode/.history/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ node_modules
# CDK asset staging directory
.cdk.staging
cdk.out

# Parcel default cache directory
.parcel-cache
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ node_modules
# CDK asset staging directory
.cdk.staging
cdk.out

# Parcel default cache directory
.parcel-cache
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ node_modules
# CDK asset staging directory
.cdk.staging
cdk.out

# Parcel default cache directory
.parcel-cache
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ node_modules
# CDK asset staging directory
.cdk.staging
cdk.out

# Parcel default cache directory
.parcel-cache
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ node_modules
# CDK asset staging directory
.cdk.staging
cdk.out

# Parcel default cache directory
.parcel-cache
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ node_modules
# CDK asset staging directory
.cdk.staging
cdk.out

# Parcel default cache directory
.parcel-cache
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ node_modules
# CDK asset staging directory
.cdk.staging
cdk.out

# Parcel default cache directory
.parcel-cache
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ node_modules
# CDK asset staging directory
.cdk.staging
cdk.out

# Parcel default cache directory
.parcel-cache
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ node_modules
# CDK asset staging directory
.cdk.staging
cdk.out

# Parcel default cache directory
.parcel-cache
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ node_modules
# CDK asset staging directory
.cdk.staging
cdk.out

# Parcel default cache directory
.parcel-cache

0 comments on commit 04e3694

Please sign in to comment.