DigitalState / Platform-legacy

DigitalState Platform: Digital Public Services Platform for Government
http://www.digitalstate.ca/
Other
8 stars 7 forks source link

Add /src/ to .gitignore #58

Closed stefgosselin closed 7 years ago

stefgosselin commented 7 years ago

Currently .gitignore has /src/Demo. Could we consider ignoring at /src level?

marioprudhomme commented 7 years ago

Wouldn't that remove all our platform-based bundles? What are you trying to ignore additionally?

stefgosselin commented 7 years ago

are your platform bundles not in /vendor? ( or will be eventually ) ..

This is to ignore the custom namespaces in /src (Montreal in our case)

marioprudhomme commented 7 years ago

Only the standalone/generic bundles are in vendor. The bundles related to the DS application core currently resides in src.

I've added src/Demo to gitignore to ease development of demos. Did you want to add another "area" to ignore to ease your development?

stefgosselin commented 7 years ago

I would like to ignore /src/Montreal. I tried in local .gitignore, .gitconfig has a mapped local .gitignore

` [core] excludesfile = /home/dev/.gitignore

It does not seem to work, tried both relative and absolute path in local .gitignore.

I've added src/Demo to gitignore to ease development of demos. Did you want to add another "area" to ignore to ease your development?

Yes, anything over /src/Montreal would need to be ignored.