commit aa21c24051d72799e1ad5bda3d8961908c6ba9d3 Author: W3LFARe Date: Sun Nov 24 14:18:19 2024 -0500 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4cb12d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Node rules: +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +## Dependency directory +## Commenting this out is preferred by some people, see +## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git +node_modules + +# Book build output +_book + +# eBook build output +*.epub +*.mobi +*.pdf diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ad989a --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# docker-allthemods10 \ No newline at end of file