evilmartians / figma-polychrom

Figma plugin for displaying the contrast level and font size recommendations according to the APCA method
https://www.figma.com/community/plugin/1281280685402026529/polychrom
MIT License
67 stars 5 forks source link

Move system specific ignore file to global ignore #2

Closed ai closed 1 year ago

ai commented 1 year ago

There is a popular approach to not have IDE and other system-specific files in .gitignore. Rather, each user should put them to their own system-wide git ignore.

The idea is that every user has unique system/IDE with unique file and projects should not take care about each possible IDE, plugin, etc.

I use this approach in my project and had no problem with it.

mikhin commented 1 year ago

I agree, this is a good approach.

In our case we can just use the .gitignore from the Vite boilerplate.