Преглед изворни кода

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 година
родитељ
комит
c8add512f4
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      .gitignore

+ 2
- 2
.gitignore Прегледај датотеку

@@ -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…
Откажи
Сачувај