RITlug / wiki

A collection of information on how to access university resources at RIT using Linux Operating Systems.
Creative Commons Attribution Share Alike 4.0 International
7 stars 5 forks source link

Added excluded files to config.yml so they don't get deployed #15

Closed xforever1313 closed 1 year ago

xforever1313 commented 1 year ago

I noticed some things get deployed that probably shouldn't be deployed. For example, if one goes to http://wiki.ritlug.com/start_devel_env.sh , the shell script gets downloaded.

While I don't think we need to explicitly exclude the Gemfile and the lock file, since that doesn't appear to be deployed, it doesn't hurt adding it to the excludes.

I didn't exclude License.txt since that doesn't matter if that gets uploaded or not (and could be useful). I also didn't include Contributing.md; I feel like that should become an actual wiki page?

MoralCode commented 1 year ago

good catch! i think i initially assumed that the .gitignore would take care of it but I guess that's not how gitignore works.