Ignore local .history folder
This commit is contained in:
parent
e63001e072
commit
5cdf0d995b
3
.gitignore
vendored
3
.gitignore
vendored
@ -47,3 +47,6 @@ coverage/
|
||||
*.tmp
|
||||
*.temp
|
||||
.cache/
|
||||
|
||||
# Local editor history (keep locally, remove from remote)
|
||||
.history/
|
||||
|
||||
@ -9,7 +9,7 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm ci --only=production
|
||||
RUN npm install
|
||||
|
||||
# Copy source files
|
||||
COPY . .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user