the-carlisle-group / Acre-Desktop

A simple Dyalog APL IDE plugin that introduces "projects" and allows you to keep your source code in Unicode text files.
MIT License
11 stars 1 forks source link

"aplcore" should be added to .gitignore #88

Closed norberturkiewicz closed 6 years ago

norberturkiewicz commented 6 years ago

I vote to have aplcore set in .gitignore by default. I've tried to upload these more than once now.

aplteam commented 6 years ago

Make sure that they are saved elsewhere.

I have an entry "aplcorename" in my registry for every installation of Dyalog which reads:

C:\DyalogSysErrors\aplcore_Dyalog APL_W 141 Unicode*

The * makes sure that a sequential number is added.

That comes with the benefit of aplcores not overwriting each other any more.

e9gille commented 6 years ago

Is that done with environment variables on non-win?

PhilLast commented 6 years ago

I guess there's no harm in adding it anyway. If I do is it just aplcore on its own or does it need decorating as in aplcore.* or including slashes?

PhilLast commented 6 years ago

I'd forgotten about this having had no answer. Will add aplcore as is. Can't do any harm.

PhilLast commented 6 years ago

Acre will now create it as:

.acre/
aplcore

Anything else to add before I close the issue?