- change autogenerated folder to autodocs/httpyac - renamed many environment variables - add config section to env template to manage different apps - cleanup bruno environments for easier automation of env files - add pre-request and post-response scripts from bruno - manage EFTL-specific scripts - add scripts to setup json template - add scripts to update environment files
16 lines
155 B
Plaintext
16 lines
155 B
Plaintext
# Secrets
|
|
.env*
|
|
!.env.template
|
|
env.json
|
|
|
|
# Dependencies
|
|
node_modules
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Automatically generated stuff
|
|
autodocs/**/*
|
|
|
|
*.temp |