Skip to content

Commit cf00843

Browse files
Breno FariasBreno Farias
Breno Farias
authored and
Breno Farias
committed
FEAT: Adding the GitIgnore File to the Repository
1 parent 1b382af commit cf00843

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.gitignore

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# System Files
2+
.DS_Store
3+
Thumbs.db
4+
5+
# Ignore the Windows .Desktop Files
6+
desktop.ini
7+
8+
# Ignore the Compressed Files
9+
*.zip
10+
*.rar
11+
*.gz
12+
*.7z
13+
.tar.gz
14+
15+
# Ignore the Data Directories
16+
*/Dados/
17+
*/Data/
18+
*/Dataset/
19+
*/Results/
20+
*/dados/
21+
*/data/
22+
*/dataset/
23+
*/results/
24+
25+
# Ignore the Data Files
26+
*.csv
27+
*.xlsx
28+
.txt

0 commit comments

Comments
 (0)