Removed obsolete file

Added .gitignore file
This commit is contained in:
Serg Melikyan
2013-02-27 11:33:39 +04:00
parent 0075ba5c57
commit c3249934fd
2 changed files with 27 additions and 60 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
##IntelJ Idea
.idea/
##Django ignore
*.log
*.pot
*.pyc
local_settings.py
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

View File

@@ -1,60 +0,0 @@
[
{
"name": "acme.dc",
"configuration": "site",
"units": [
{
"type": "external",
"credentails": {
"username": "admin",
"password": "password"
}
},
{
"type": "internal",
"location": "west-dc"
}
]
},
{
"name": "acme.dc",
"configuration": "standalone",
"credentails": {
"username": "admin",
"password": "password"
},
"recoveryPassword": "rpassword",
"units": [
{
"type": "master",
"location": "west-dc"
},
{
"type": "secondary",
"location": "west-dc"
}
]
},
{
"name": "acme.dc",
"configuration": "inTree",
"credentails": {
"username": "admin",
"password": "password"
},
"recoveryPassword": "rpassword",
"tree": {
"name": "acme.t",
"credentails": {
"username": "admin",
"password": "password"
}
},
"units": [
{
"location": "west-dc"
}
]
}
]