Added code.
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# C build artifacts.
|
||||
server/build/
|
||||
server/*.o
|
||||
server/*.out
|
||||
|
||||
# Node dependencies.
|
||||
client/node_modules/
|
||||
|
||||
# Logs.
|
||||
*.log
|
||||
|
||||
# Environment files.
|
||||
.env
|
||||
.env.*.local
|
||||
|
||||
*.swp
|
||||
*~
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
Reference in New Issue
Block a user