1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 05:54:35 +00:00
Files
core/.gitignore

17 lines
268 B
Plaintext

node_modules
.DS_Store
sasjsbuild/
sasjsresults/
# avoid filenames with spaces being committed to source control
**\ **
# ignore the mc_* files - containing macros for individual libraries
mc_*
# ignore .env files as they can contain sasjs access tokens
*.env*
~