Merge branch 'jskim-node' of http://39.117.244.52:3000/kjs/ERP-node into gbpark-node
; Please enter a commit message to explain why this merge is necessary, ; especially if it merges an updated upstream into a topic branch. ; ; Lines starting with ';' will be ignored, and an empty message aborts ; the commit.
This commit is contained in:
+93
-221
@@ -1,8 +1,12 @@
|
||||
# Claude Code (로컬 전용 - Git 제외)
|
||||
# Claude Code
|
||||
.claude/
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
bower_components
|
||||
|
||||
# Package manager logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
@@ -13,138 +17,125 @@ pids
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
# Coverage
|
||||
coverage/
|
||||
*.lcov
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
|
||||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# Bower dependency directory (https://bower.io/)
|
||||
bower_components
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
jspm_packages/
|
||||
lib-cov
|
||||
|
||||
# TypeScript cache
|
||||
*.tsbuildinfo
|
||||
|
||||
# Optional npm cache directory
|
||||
# Build outputs
|
||||
dist/
|
||||
build/
|
||||
build/Release
|
||||
|
||||
# Cache
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Microbundle cache
|
||||
.cache/
|
||||
.parcel-cache
|
||||
.rpt2_cache/
|
||||
.rts2_cache_cjs/
|
||||
.rts2_cache_es/
|
||||
.rts2_cache_umd/
|
||||
*.cache
|
||||
cache/
|
||||
|
||||
# Optional REPL history
|
||||
# Next.js
|
||||
.next
|
||||
|
||||
# Storybook
|
||||
.out
|
||||
.storybook-out
|
||||
|
||||
# REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Output of 'npm pack'
|
||||
# Package archives
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variables file
|
||||
# Temporary
|
||||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
*.temp
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
log/
|
||||
*.log
|
||||
|
||||
# ===== 환경 변수 및 민감 정보 =====
|
||||
|
||||
# 환경 변수
|
||||
.env
|
||||
.env.test
|
||||
.env.local
|
||||
.env.production
|
||||
.env.docker
|
||||
backend-node/.env
|
||||
backend-node/.env.local
|
||||
backend-node/.env.development
|
||||
backend-node/.env.production
|
||||
backend-node/.env.test
|
||||
frontend/.env
|
||||
frontend/.env.local
|
||||
frontend/.env.development
|
||||
frontend/.env.production
|
||||
frontend/.env.test
|
||||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
.cache
|
||||
.parcel-cache
|
||||
# Docker
|
||||
docker-compose.override.yml
|
||||
docker-compose.prod.yml
|
||||
|
||||
# Next.js build output
|
||||
.next
|
||||
# 설정 파일
|
||||
configs/
|
||||
settings/
|
||||
|
||||
# Nuxt.js build / generate output
|
||||
.nuxt
|
||||
dist
|
||||
# 키/인증서
|
||||
*.key
|
||||
*.pem
|
||||
*.p12
|
||||
*.pfx
|
||||
*.crt
|
||||
*.cert
|
||||
secrets/
|
||||
secrets.json
|
||||
secrets.yaml
|
||||
secrets.yml
|
||||
api-keys.json
|
||||
tokens.json
|
||||
|
||||
# Build cache
|
||||
.cache/
|
||||
# 데이터베이스 덤프
|
||||
*.sql
|
||||
*.dump
|
||||
db/dump/
|
||||
db/backup/
|
||||
|
||||
# Storybook build outputs
|
||||
.out
|
||||
.storybook-out
|
||||
# 백업
|
||||
*.bak
|
||||
*.backup
|
||||
*.old
|
||||
backup/
|
||||
|
||||
# Temporary folders
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
|
||||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# Bower dependency directory (https://bower.io/)
|
||||
bower_components
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
|
||||
# IDE files
|
||||
# ===== IDE =====
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.project
|
||||
.classpath
|
||||
.settings/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
*.user
|
||||
|
||||
# OS generated files
|
||||
# OS
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
@@ -153,127 +144,7 @@ jspm_packages/
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Test coverage
|
||||
coverage/
|
||||
|
||||
# ===== 민감한 정보 보호 =====
|
||||
|
||||
# 데이터베이스 연결 정보
|
||||
backend-node/.env
|
||||
backend-node/.env.local
|
||||
backend-node/.env.development
|
||||
backend-node/.env.production
|
||||
backend-node/.env.test
|
||||
|
||||
# 백엔드 환경 변수
|
||||
backend/.env
|
||||
backend/.env.local
|
||||
backend/.env.development
|
||||
backend/.env.production
|
||||
backend/.env.test
|
||||
|
||||
# 프론트엔드 환경 변수
|
||||
frontend/.env
|
||||
frontend/.env.local
|
||||
frontend/.env.development
|
||||
frontend/.env.production
|
||||
frontend/.env.test
|
||||
|
||||
# Docker 관련 민감 정보
|
||||
docker-compose.override.yml
|
||||
docker-compose.prod.yml
|
||||
.env.docker
|
||||
|
||||
# 설정 파일들
|
||||
configs/
|
||||
settings/
|
||||
*.config.js
|
||||
*.config.ts
|
||||
*.config.json
|
||||
|
||||
# 로그 파일들
|
||||
*.log
|
||||
logs/
|
||||
log/
|
||||
|
||||
# 임시 파일들
|
||||
*.tmp
|
||||
*.temp
|
||||
temp/
|
||||
tmp/
|
||||
|
||||
# 백업 파일들
|
||||
*.bak
|
||||
*.backup
|
||||
*.old
|
||||
backup/
|
||||
|
||||
# 키 파일들
|
||||
*.key
|
||||
*.pem
|
||||
*.p12
|
||||
*.pfx
|
||||
*.crt
|
||||
*.cert
|
||||
|
||||
# API 키 및 토큰
|
||||
secrets/
|
||||
secrets.json
|
||||
secrets.yaml
|
||||
secrets.yml
|
||||
api-keys.json
|
||||
tokens.json
|
||||
|
||||
# 데이터베이스 덤프 파일
|
||||
*.sql
|
||||
*.dump
|
||||
*.backup
|
||||
db/dump/
|
||||
db/backup/
|
||||
|
||||
# 캐시 파일들
|
||||
.cache/
|
||||
cache/
|
||||
*.cache
|
||||
|
||||
# 사용자별 설정
|
||||
.vscode/settings.json
|
||||
.idea/workspace.xml
|
||||
*.user
|
||||
|
||||
# ===== Gradle 관련 파일들 (레거시 Java 프로젝트) =====
|
||||
# Gradle 캐시 및 빌드 파일들
|
||||
.gradle/
|
||||
*/.gradle/
|
||||
gradle/
|
||||
gradlew
|
||||
gradlew.bat
|
||||
gradle.properties
|
||||
build/
|
||||
*/build/
|
||||
|
||||
# Gradle Wrapper
|
||||
gradle-wrapper.jar
|
||||
gradle-wrapper.properties
|
||||
|
||||
# IntelliJ IDEA 관련 (Gradle 프로젝트)
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
out/
|
||||
|
||||
# Eclipse 관련 (Gradle 프로젝트)
|
||||
.project
|
||||
.classpath
|
||||
.settings/
|
||||
bin/
|
||||
|
||||
# 업로드된 파일들 제외
|
||||
# ===== 업로드/미디어 =====
|
||||
backend-node/uploads/
|
||||
uploads/
|
||||
*.jpg
|
||||
@@ -289,6 +160,7 @@ uploads/
|
||||
*.hwp
|
||||
*.hwpx
|
||||
|
||||
# ===== 기타 =====
|
||||
claude.md
|
||||
|
||||
# Agent Pipeline 로컬 파일
|
||||
@@ -302,6 +174,6 @@ scripts/browser-test-*.js
|
||||
*-screenshots/
|
||||
*-test.mjs
|
||||
|
||||
# 개인 작업 문서 (popdocs)
|
||||
# 개인 작업 문서
|
||||
popdocs/
|
||||
.cursor/rules/popdocs-safety.mdc
|
||||
.cursor/rules/popdocs-safety.mdc
|
||||
|
||||
Reference in New Issue
Block a user