Просмотр исходного кода

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 лет назад
Родитель
Сommit
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


Загрузка…
Отмена
Сохранить