0
I am creating an application with Mongodb and after initializing the repository, I entered the command git add *
in the root directory of my project.
When I went to upload the repository to Github, I uploaded a Warning of large files...
Which files should be ignored by Git versioning??
The structure of my project is like this:
├── data
│ ├── collection-0-5707178860372730613.wt
│ ├── collection-0--7787953897620321908.wt
│ ├── collection-2-5707178860372730613.wt
│ ├── collection-4-5707178860372730613.wt
│ ├── diagnostic.data
│ │ ├── metrics.2020-06-11T21-33-12Z-00000
│ │ ├── metrics.2020-06-11T21-33-26Z-00000
│ │ └── metrics.interim
│ ├── index-1-5707178860372730613.wt
│ ├── index-1--7787953897620321908.wt
│ ├── index-3-5707178860372730613.wt
│ ├── index-5-5707178860372730613.wt
│ ├── index-6-5707178860372730613.wt
│ ├── journal
│ │ ├── WiredTigerLog.0000000002
│ │ ├── WiredTigerPreplog.0000000001
│ │ └── WiredTigerPreplog.0000000002
│ ├── _mdb_catalog.wt
│ ├── mongod.lock
│ ├── sizeStorer.wt
│ ├── storage.bson
│ ├── WiredTiger
│ ├── WiredTigerLAS.wt
│ ├── WiredTiger.lock
│ ├── WiredTiger.turtle
│ └── WiredTiger.wt
├── routes.ts
└── server.ts
Thank you very much! It really doesn’t make sense to leave the bank next to the server code. Thanks for the help!
– Matheus Silva