Weather-Station-Software / live-weather-station

Display on your WordPress site, in many elegant ways, the meteorological data collected by public or personal weather stations.
https://weather.station.software/
GNU General Public License v2.0
7 stars 2 forks source link

Fix .gitattributes #32

Closed szepeviktor closed 1 year ago

szepeviktor commented 1 year ago

gitattributes works on git index, not on the filesystem

These were files not committed to git.

/.distignore export-ignore
/Makefile export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/node_modules export-ignore
/src export-ignore

These go into gitignore! #31

Documentation: https://git-scm.com/docs/gitattributes

szepeviktor commented 1 year ago

It is worth to set up a build process that transforms your (development) git repository into a (production) WordPress plugin that goes into SVN. For example adding index.php to each directory.