Browse Source

dropping config/ subdirectory in favor of a single config.xml file, located in the bot's root dir, with encrypted passwords instead of a secure.xml file

tags/v0.1^2
Ben Kurtovic 13 years ago
parent
commit
c8add512f4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .gitignore

+ 2
- 2
.gitignore View File

@@ -1,8 +1,8 @@
# Ignore python bytecode:
*.pyc

# Ignore bot-specific config files:
config/
# Ignore bot-specific config file:
config.xml

# Ignore pydev's nonsense:
.project


Loading…
Cancel
Save