mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
17 lines
161 B
Plaintext
17 lines
161 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
|
|
#Ignore our built files
|
|
build/*
|
|
architecture.json
|
|
|
|
# Ignore sensitive stuff
|
|
/config/*
|
|
!/config/default.json
|
|
|
|
node_modules
|
|
storage
|
|
.idea
|
|
*.swp
|