12 lines
143 B
Plaintext
12 lines
143 B
Plaintext
# Ignore image contents but keep the folder
|
|
imagenes/*
|
|
!imagenes/.gitkeep
|
|
|
|
# OS/editor junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
node_modules/
|
|
|