mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-13 01:55:56 +00:00
17 lines
177 B
Plaintext
17 lines
177 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
|
|
#Ignore our built files
|
|
build/*
|
|
architecture.json
|
|
|
|
# Ignore sensitive stuff
|
|
/config/*
|
|
!/config/default.json
|
|
|
|
node_modules
|
|
storage
|
|
.idea
|
|
*.swp
|