File size: 226 Bytes
f909d7c
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Ignore node modules as they will be installed in the Dockerfile
node_modules/

# Ignore local configuration and cache files
.cache/
.config/
.DS_Store

# Ignore logs
*.log

# Ignore test and development files
*.md
*.test.js