mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 14:04:36 +00:00
13 lines
263 B
Plaintext
13 lines
263 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* |