Sfoglia il codice sorgente

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 anni fa
parent
commit
c8add512f4
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      .gitignore

+ 2
- 2
.gitignore Vedi 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


Caricamento…
Annulla
Salva