Removed obsolete file
Added .gitignore file
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal 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
|
@@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
Reference in New Issue
Block a user