2022-11-12 16:03:39 -05:00
|
|
|
# Files to ignore
|
2024-07-14 17:44:39 -04:00
|
|
|
# Tell docker to ignore .gitkeep
|
2022-11-12 16:03:39 -05:00
|
|
|
.gitkeep
|
2024-07-14 17:44:39 -04:00
|
|
|
# Tell docker to ignore .gitignore
|
2022-11-12 16:03:39 -05:00
|
|
|
.gitignore
|
2024-07-14 17:44:39 -04:00
|
|
|
# Tell docker to ignore node_modules/**
|
2022-11-12 16:03:39 -05:00
|
|
|
node_modules/**
|
2024-07-14 17:44:39 -04:00
|
|
|
# Tell docker to ignore .node_modules/**
|
2022-11-12 16:03:39 -05:00
|
|
|
.node_modules/**
|
2024-07-14 17:44:39 -04:00
|
|
|
# Tell docker to ignore **/.gitkeep
|
2022-11-12 16:03:39 -05:00
|
|
|
**/.gitkeep
|
2024-07-14 17:44:39 -04:00
|
|
|
# Tell docker to ignore **/.gitignore
|
2022-11-12 16:03:39 -05:00
|
|
|
**/.gitignore
|
2024-07-14 17:44:39 -04:00
|
|
|
# Tell docker to ignore **/node_modules/**
|
2022-11-12 16:03:39 -05:00
|
|
|
**/node_modules/**
|
2024-07-14 17:44:39 -04:00
|
|
|
# Tell docker to ignore **/.node_modules/**
|
2022-11-12 16:03:39 -05:00
|
|
|
**/.node_modules/**
|