SomeNet
/
public repos
/
pub
/
jan
/
mattermost-bot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b3a281
)
.gitignore
author
git
<git@git.somenet.org>
Thu, 1 Oct 2020 21:18:42 +0000
(23:18 +0200)
committer
git
<git@git.somenet.org>
Thu, 1 Oct 2020 21:18:42 +0000
(23:18 +0200)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
13b9f0b
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,14
@@
+##### .gitignore default file. #####
+
+### ignore temp/backup stuff ###
+*~
+.*.swp
+*.bak
+*__pycache__
+
+.idea
+
+config.py
+config*.py
+data/**
+dev/**