1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-16 00:24:35 +00:00
Files
core/.gitignore
2023-10-17 15:54:27 +02:00

17 lines
282 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*
~
.gitattributes