-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
86 lines (68 loc) · 1.35 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Ignore hidden files
.*
# Add git configurations
!.gitignore
!.gitlab-ci.yml
!.gitattributes
# Ignore latex build files
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.synctex
*.synctex.gz
*.toc
*.lol
*.lof
*.lot
*.loe
# Ignore xelatex build files
*.xdv
# Ignore MacOS system data
*.DS_Store
# Ignore VIM editor files
*.swp
*.swo
# Ignore TikzEdt helper files
*.preview.tex
*.preview_BB.txt
# Ignore Latexian (MacOS) helper files
*LatexianTemp*
# Ignore eps plots from MATLAB export
*.eps
# Ignore nomenclature files
*.ilg
*.nlo
*.nls
# Ignore breamer helper files
*.nav
*.snm
*.vrb
# Ignore svg files
*.svg
# Ignore python cache files
*.pyc
# Ignore build
build*/*
*.mod
*.o
# Ignore work in progress folder
.wip/*
# Ignore vs code configuration
*/.vscode/*
.vscode/*
*/ignored/*
# Ignore cpplint configuration files
CPPLINT.cfg
# ignore publishing yelp dataset
experiments/yelp/data/raw/csv/yelp_academic_dataset_business.csv
experiments/yelp/data/raw/csv/yelp_academic_dataset_user.csv
experiments/yelp/data/raw/csv/yelp_academic_dataset_review.csv
experiments/yelp/data/raw/json/yelp_academic_dataset_business.json
experiments/yelp/data/raw/json/yelp_academic_dataset_user.json
experiments/yelp/data/raw/json/yelp_academic_dataset_review.json
experiments/yelp/data/intermediate/yelp_db.sqlite
experiments/yelp/data/intermediate/processed_review_data.csv