mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2025-12-31 04:00:03 +01:00
26 lines
294 B
Plaintext
26 lines
294 B
Plaintext
# Ignore artifacts:
|
|
build
|
|
coverage
|
|
dist
|
|
node_modules
|
|
|
|
# Ignore all configuration files:
|
|
*.config.js
|
|
*.config.ts
|
|
|
|
# Ignore specific files:
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Ignore logs:
|
|
*.log
|
|
|
|
# Ignore minified files:
|
|
*.min.js
|
|
|
|
# Ignore compiled code:
|
|
*.d.ts
|
|
|
|
# Ignore specific directories:
|
|
public
|