mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(server): Move api-server in to it's own DIR
This commit is contained in:
committed by
mrugesh mohapatra
parent
9fba6bce4c
commit
46a217d0a5
+4
-44
@@ -1,4 +1,6 @@
|
||||
lib-cov
|
||||
node_modules
|
||||
|
||||
*lib-cov
|
||||
*~
|
||||
*.seed
|
||||
*.log
|
||||
@@ -8,47 +10,5 @@ lib-cov
|
||||
*.pid
|
||||
*.gz
|
||||
*.swp
|
||||
.floo
|
||||
.flooignore
|
||||
builtAssets/
|
||||
pm2.js
|
||||
*.env
|
||||
pids
|
||||
logs
|
||||
results
|
||||
tmp
|
||||
.ds_store
|
||||
.vscode
|
||||
.cache
|
||||
|
||||
npm-debug.log
|
||||
node_modules
|
||||
.idea
|
||||
*.iml
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
bower_components
|
||||
main.css
|
||||
bundle.js
|
||||
coverage
|
||||
.remote-sync.json
|
||||
.tern-project
|
||||
|
||||
server/*.bundle.js
|
||||
public/js/bundle*
|
||||
seed/unpacked
|
||||
|
||||
*.map
|
||||
|
||||
// revision manifest
|
||||
server/rev-manifest.json
|
||||
server/manifests/*
|
||||
!server/manifests/README.md
|
||||
server/resources/pathMigration.json
|
||||
|
||||
public
|
||||
|
||||
webpack-bundle-stats.html
|
||||
server/rev-manifest.json
|
||||
google-credentials.json
|
||||
.vs/*
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user