unknown

git ignore 오작동으로 다시 커밋..

...@@ -39,7 +39,7 @@ build/Release ...@@ -39,7 +39,7 @@ build/Release
39 # Dependency directories 39 # Dependency directories
40 node_modules/ 40 node_modules/
41 jspm_packages/ 41 jspm_packages/
42 -keys/ 42 +
43 # TypeScript v1 declaration files 43 # TypeScript v1 declaration files
44 typings/ 44 typings/
45 45
......
1 +module.exports = {
2 + key = "sdf"
3 +}
...\ No newline at end of file ...\ No newline at end of file
1 +module.exports={
2 + host: 'asdfasdf',
3 + user: '',
4 + password: '',
5 + database: ''
6 + }
...\ No newline at end of file ...\ No newline at end of file