apex/.gitignore
Luciano Giacchetta 26ffc6f14f
All checks were successful
CodyOps Apex Builder / build-conteiner (pull_request) Successful in 31s
#2 - Nuevo workflow builder y Makefile
2025-06-13 11:08:32 -03:00

25 lines
255 B
Plaintext

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.envrc
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/