mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
13 lines
185 B
Plaintext
Executable File
13 lines
185 B
Plaintext
Executable File
# Don't commit system files or dependencies
|
|
*.DS_Store
|
|
node_modules/
|
|
|
|
# Ensure Hugo builds aren't committed to Git
|
|
public/
|
|
site/public/
|
|
dist/
|
|
.tmp/
|
|
_site/
|
|
|
|
# Ignore vendor files
|
|
vendor/ |