This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
making entire config/ folder ignored by git; there's no reason to track this bot-specific information
tags/v0.1^2
Ben Kurtovic
13 years ago
parent
e105a8dd78
commit
13cfffb5c0
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.gitignore
+0
-0
+ 2
- 2
.gitignore
View File
@@ -1,8 +1,8 @@
# Ignore python bytecode:
*.pyc
# Ignore
secure
config files:
config/
secure.cfg
# Ignore
bot-specific
config files:
config/
# Ignore pydev's nonsense:
.project
+ 0
- 0
View File
Write
Preview
Loading…
Cancel
Save