From dd369532319a914bc139d4a7e5bda86223d59ec5 Mon Sep 17 00:00:00 2001 From: han0 Date: Fri, 20 Nov 2020 16:56:25 +0800 Subject: [PATCH] docs: git ignore --- .gitignore | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 804125c..98b7d41 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,31 @@ __pycache__/ .eggs/ *.egg-info dist/ -build/ \ No newline at end of file +build/ +.DS_Store +*.log +*.pyc +.idea +.sass-cache +*.iml +.ipr +.iws +*~ +~* +*.diff +*.patch +*.bak +Thumbs.db +.project +.*proj +.svn +*.swp +*.swo +*.class +*.tmp_* +.build +.logs +node_modules +config.rb +.pytest_cache +.idea \ No newline at end of file