Skip to content

Commit

Permalink
remove node_modules from .gitidnore files of subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Jul 3, 2024
1 parent da1d6af commit 8ff56fb
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ config.toml
## Cargo.lock for libs
libs/Cargo.lock

## NPM dependencies
**/node_modules/**

## Secrets
**.decrypted~**
**.dec**
1 change: 0 additions & 1 deletion blockscout-ens/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
.env
.env.*
1 change: 0 additions & 1 deletion blockscout-ens/graph-node/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
data
node_modules
*.ipynb
.venv
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ bower_components
build/Release

# Dependency directories
node_modules/
jspm_packages/
dist/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ bower_components
build/Release

# Dependency directories
node_modules/
jspm_packages/
dist/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ bower_components
build/Release

# Dependency directories
node_modules/
jspm_packages/
dist/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ bower_components
build/Release

# Dependency directories
node_modules/
jspm_packages/
dist/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ bower_components
build/Release

# Dependency directories
node_modules/
jspm_packages/
dist/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ bower_components
build/Release

# Dependency directories
node_modules/
jspm_packages/
dist/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ bower_components
build/Release

# Dependency directories
node_modules/
jspm_packages/
dist/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ bower_components
build/Release

# Dependency directories
node_modules/
jspm_packages/
dist/

Expand Down
1 change: 0 additions & 1 deletion blockscout-ens/types/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/node_modules
/dist
1 change: 0 additions & 1 deletion libs/blockscout-client/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
node_modules
1 change: 0 additions & 1 deletion multichain-search/frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.env
# dependencies
*node_modules*
/.pnp
.pnp.js

Expand Down
1 change: 0 additions & 1 deletion smart-guessr/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

Expand Down
1 change: 0 additions & 1 deletion stats/types/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/node_modules
/dist
1 change: 0 additions & 1 deletion visualizer/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ Session.vim

## Build
/target
**/node_modules/**
config.toml
output
1 change: 0 additions & 1 deletion visualizer/types/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/node_modules
/dist

0 comments on commit 8ff56fb

Please sign in to comment.