From 0ec9305507e7c4e9f002edc973f19e2873dec74f Mon Sep 17 00:00:00 2001 From: nolim1t Date: Tue, 3 Mar 2020 18:21:22 +0700 Subject: [PATCH] Add gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ae5e95 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Ignore all the bash stuff + +.bash_history +.bash_logout +.bashrc +.profile +.ssh +.viminfo + +# Files created by containers that we shouldn't accidently commit +*.dat +*.log +*.lock +*.cookie +*.pid +