2022-10-03 10:32:45 -04:00
|
|
|
# Files to ignore
|
2023-07-04 22:38:35 -04:00
|
|
|
# Tell docker to ignore .gitkeep
|
2022-10-03 10:32:45 -04:00
|
|
|
.gitkeep
|
2023-07-04 22:38:35 -04:00
|
|
|
# Tell docker to ignore .gitignore
|
|
|
|
.gitignore
|
|
|
|
# Tell docker to ignore node_modules/**
|
2023-01-08 11:22:14 -05:00
|
|
|
node_modules/**
|
2023-07-04 22:38:35 -04:00
|
|
|
# Tell docker to ignore .node_modules/**
|
|
|
|
.node_modules/**
|
|
|
|
# Tell docker to ignore **/.gitkeep
|
2023-01-08 11:22:14 -05:00
|
|
|
**/.gitkeep
|
2023-07-04 22:38:35 -04:00
|
|
|
# Tell docker to ignore **/.gitignore
|
2023-01-08 11:22:14 -05:00
|
|
|
**/.gitignore
|
2023-07-04 22:38:35 -04:00
|
|
|
# Tell docker to ignore **/node_modules/**
|
2023-01-08 11:22:14 -05:00
|
|
|
**/node_modules/**
|
2023-07-04 22:38:35 -04:00
|
|
|
# Tell docker to ignore **/.node_modules/**
|
2023-01-08 11:22:14 -05:00
|
|
|
**/.node_modules/**
|