Skip to content

Commit

Permalink
created basic structure
Browse files Browse the repository at this point in the history
  • Loading branch information
albinj12 committed Feb 12, 2020
1 parent 16374d6 commit 19effbf
Show file tree
Hide file tree
Showing 4 changed files with 1,292 additions and 0 deletions.
25 changes: 25 additions & 0 deletions server/.gitignore
@@ -0,0 +1,25 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Empty file added server/index.js
Empty file.

0 comments on commit 19effbf

Please sign in to comment.