배희수

remove .gitignore for server

1 -# compiled output
2 -/dist
3 -/node_modules
4 -
5 -# Logs
6 -logs
7 -*.log
8 -npm-debug.log*
9 -yarn-debug.log*
10 -yarn-error.log*
11 -lerna-debug.log*
12 -
13 -# OS
14 -.DS_Store
15 -
16 -# Tests
17 -/coverage
18 -/.nyc_output
19 -
20 -# IDEs and editors
21 -/.idea
22 -.project
23 -.classpath
24 -.c9/
25 -*.launch
26 -.settings/
27 -*.sublime-workspace
28 -
29 -# IDE - VSCode
30 -.vscode/*
31 -!.vscode/settings.json
32 -!.vscode/tasks.json
33 -!.vscode/launch.json
34 -!.vscode/extensions.json
...\ No newline at end of file ...\ No newline at end of file