-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (64 loc) · 1.01 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
# This is a sample .gitignore file that's useful for EECS 485 projects.
#
# Add this file to the root of your git repo. Name it .gitignore
#
# A .gitignore file will tell git which files and directories to ignore and
# not add to version control.
# datasets
*waic-tsr*
*imagenette*
*outputs/*
*slurm*
# EECS 485 All Projects
submit.tar.gz
submit.tar.xz
starter_files.tar.gz
starter_files.tar.xz
# EECS 485 Project 1
/insta485/html/
/hello/html/
/hello_css/html/
# EECS 485 Project 2
*.pem
*.db
var/
# EECS 485 Project 3
node_modules/
cookies.txt
bundle.js
# EECS 485 Project 4
tmp
output
# EECS 485 Project 5
output*
total_document_count.txt
*/hadoop/inverted_index/inverted_index.txt
# Python
*.pyc
__pycache__/
*.egg-info*
dist/
env/
venv/
venv3/
.venv/
.pytest_cache
# JavaScript
bundle.js
*node_modules*
files_for_autograder_io/
*/var/*
# Virtual Machines
.vagrant/
# Text editors and IDEs
*~
*.lock
*.swp
.vscode
.ropeproject/
.vscode/
# macOS system files
*.DS_Store
# Google Drive and Dropbox
Icon
.dropbox*