mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
31 lines
373 B
Plaintext
31 lines
373 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# /products/arm/api
|
|
# /products/idn/api/v3
|
|
# /products/idn/api/beta
|
|
# /products/iiq/api
|
|
|
|
#Alogolia env file
|
|
/algolia/.env
|
|
|
|
#VS Code
|
|
.vscode |