forked from saalfeldlab/render
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (33 loc) · 668 Bytes
/
.gitignore
File metadata and controls
37 lines (33 loc) · 668 Bytes
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
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.next
release.properties
tmp/
# Eclipse project settings
.classpath
.project
.settings
# IntelliJ user specific files
# see https://intellij-support.jetbrains.com/entries/23393067-How-to-manage-projects-under-Version-Control-Systems
.idea/artifacts
.idea/dictionaries
.idea/httpRequests
.idea/libraries
.idea/scopes
.idea/shelf
.idea/compiler.xml
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dynamic.xml
.idea/encodings.xml
.idea/jarRrepositories.xml
.idea/jsLibraryMappings.xml
.idea/misc.xml
.idea/modules.xml
.idea/sqlDataSources.xml
.idea/tasks.xml
.idea/uiDesigner.xml
.idea/workspace.xml
*.iml
.DS_Store