diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-10-14 02:04:49 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-10-14 02:04:49 -0400 |
| commit | ec2cebf5110c2e61b9debebebd9cd574175e1765 (patch) | |
| tree | 520f7322e559535940d602632175d16db9593afc /.dockerignore | |
| parent | abf67e5b9199d25ce664588efb70e4226c199a5a (diff) | |
| download | AleeBot-ec2cebf5110c2e61b9debebebd9cd574175e1765.tar.gz AleeBot-ec2cebf5110c2e61b9debebebd9cd574175e1765.tar.bz2 AleeBot-ec2cebf5110c2e61b9debebebd9cd574175e1765.zip | |
Merged git command into about (rip old command); Ignored .git on docker
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore index 5171c54..3bfcb92 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,3 @@ node_modules -npm-debug.log
\ No newline at end of file +npm-debug.log +.git |
