clean up to move nodejs-archive-branch

This commit is contained in:
Ro 2020-11-11 13:01:47 -08:00
parent 31feb32f96
commit 125256838c
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -21,3 +21,4 @@ site/folks.json
site/pages.json
site/tags.json
*.DS_Store
config.codekit3

View file

@ -1,3 +1,4 @@
export const AUTH_STATUS = 'getAuthStatus';
export const REQUEST_GOOD = 'requestGood';
export const REQUEST_LAME = 'requestLame';
export const API_REQUEST_GOOD = 'apiUseAuthorized';