-
To avoid uploading node_modules in github we should implement .gitignore file
-
### Terraform Version
> = v1.0.5
### Affected Resource(s)
> github_repository_file
### Terraform Configuration Files
```hcl
resource "github_repository" "repos" {
for_each = local.rep…
-
I suppose the spritesheetgenerator is broken ~~for a long time~~?
~~I mean, the path `../graphics/` does not exist.~~
EDIT: spritesheetgenerator references files in `./material`, which are exclu…
-
Gitignore is weird, need to find the file for intellij projects
-
-
Index.p is a cache file that's used to increase performance.
I think we should add to the .gitignore or learn how to use the computers cache location.
-
We should create gitignore for cmake, because every time someone builds the project, it changes it's configurations and commits become messy
-
- node_modules and dist should be in .gitignore
vre2h updated
4 years ago
-
- You need to add .gitignore to the main project directory
- also add `.o` object files and `run.sh` to the gitignore cuz it has nothing to do with the project
-
Looking good champ, would go ahead and make a `.gitignore` file, and put `node_modules` in it, and anything related to how your auth works. Putting the `node_modules` there is just best practice and m…