-
Notifications
You must be signed in to change notification settings - Fork 382
/
.gitignore
80 lines (68 loc) · 938 Bytes
/
.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
# BeakerX gitignore
# General
lib/
# Beaker
VERSION
beakerx/static/
beakerx/beakerx/static/
beakerx/beakerx/kernel/
beakerx/beakerx/javadoc/
beakerx/record.txt
# Jupyter / iPython
/.project
jupyter_contrib_nbextensions/
.ipynb_checkpoints/
/*.ipynb
!StartHere.ipynb
# Gradle
.gradle/
/gradle*
kernel/build/
kernel/*/build/
/build/
/.nb-gradle/
.nb-gradle-properties
Groovier-1.0.0.jar
jupyter-groovy-kernel.log
jupyter-groovy-kernel-1.0.0.jar
jupyter-groovy-kernel.log
# Java
/.classpath
# Python
*.py[cod]
__pycache__/
beakerx/dist
*.egg-info/
# Node
js/bower_components/
# Ignore tags created by etags, ctags, gtags, or cscope
TAGS
.TAGS
.TAGS/
tags
.tags
!tags/
gtags.files
GTAGS
GRTAGS
GPATH
GSYMS
cscope.files
cscope.out
cscope.in.out
cscope.po.out
# Emacs
*~
# Vim
[._]*.s[a-v][a-v]
[._]*.sw[a-p]
[._]*s[a-v][a-z]
[._]sw[a-p]
# IntelliJ
.idea/
.iml
# Eclipse
.metadata/
.settings/
.recommenders/
RemoteSystemsTempFiles/