-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
80 lines (63 loc) · 1.63 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
########################################################################
# From https://github.com/github/gitignore/blob/master/Java.gitignore
########################################################################
*.class
# Package Files
*.jar
*.war
*.ear
# R history file
.Rhistory
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
###############################################
# From https://gist.github.com/octocat/9257657
###############################################
*.Rout
*.Rout.gz
*.Rout.xz
nohup.out*
warnings.*
*.warn
*.tmp
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
~*
##########################################################
# From https://gist.github.com/zpetr/e783d537f8a40bb6ec16
##########################################################
# IDE files #
#############
nbproject
.~lock.*
.buildpath
.idea
###############################
# We ignore Eclipse .project and .classpath files, all their configuration
# can be auto-generated thanks to m2e using the pom.xml configuration
.project
.classpath
# We do NOT ignore Eclipse .settings/ directories: if only using "project specific settings"
# in Eclipse, they allow to standardize development environment, e.g.,
# to share the compiler errors/warnings settings
#.settings
# Ignore local Makefile.Config file with passwords
pipeline/Makefile.Config
pipeline/web/sitemap*.xml
pipeline/SPARQL-RDF/bgee_connection.properties
.Rproj.user
*.Rproj
######################
# Python related files
######################
*__pycache__/
*.py[cod]
*$py.class
*.lock