push 3 sub projects
This commit is contained in:
34
server/.gitignore
vendored
Normal file
34
server/.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# haskell
|
||||
.stack-work/
|
||||
dist-newstyle/
|
||||
cabal.project.local
|
||||
.ghc.environment.*
|
||||
dist
|
||||
*.o
|
||||
*.hi
|
||||
*.jsexe
|
||||
|
||||
# nix
|
||||
result*
|
||||
|
||||
# emacs
|
||||
*~
|
||||
|
||||
# darwin
|
||||
.DS_Store
|
||||
|
||||
# misc
|
||||
TAGS
|
||||
tags
|
||||
.direnv
|
||||
|
||||
# js
|
||||
package-lock.json
|
||||
node_modules/
|
||||
coverage/
|
||||
|
||||
# typescript
|
||||
*.js
|
||||
|
||||
# haddocks
|
||||
haddocks/
|
||||
Reference in New Issue
Block a user