Propose .gitignore all subdirs in companies/ EXCEPT weberpdemo #298
Closed
dalers
started this conversation in
Development Discussion & Specification
Replies: 1 comment
-
merged commit 223a4a8 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When a new company is created for testing, all files in companys/newcompany show up in Git listings as new files, which makes other new and modified files harder to see (at least using Git Extensions on Windows).
Iiuc, only companys/weberpdemo/ should ever be committed, and ignoring ALL sub-directories in companies/ EXCEPT for weberpdemo could be added to .gitignore.
Is this reasonable? I'm confident it is, so will submit a PR
Beta Was this translation helpful? Give feedback.
All reactions