5
How do I view the folder without Versing all the files that are inside it?
I have tried several ways and I can’t, either versioning the files or stopping the folder. I need it created for the proper functioning of the project.
The folder is at the root of the project.
I don’t want to view cache files
my attempts:
views-cache/*
views-cache/
views-cache/**/*
i already have the . gitignore and already tried this way you spoke and it stops to Versionar the folder, I want to stop only the files inside the folder
– João Paulo Silva
you’ve committed some of those files?
– Marciano Machado
I just tested with this line: views-cache/* . I deleted the folder. git, I gave git init again, an add and commit and the files inside the views-cache were commited, that is, they were not ignored as I need
– João Paulo Silva
How’s your directory tree?
– Marciano Machado
root->views-cache
– João Paulo Silva
files that are generated: views-cache/Registers-Brands-update.793678081f3c5a6081d5061f3df4e175.rtpl.php
– João Paulo Silva
updated the answer, see there
– Marciano Machado
failed, the views-cache folder is gone
– João Paulo Silva