-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.gitignore
45 lines (36 loc) · 786 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
.git
out
_windows
bin
*.iml
.classpath
JavaDoc
*~
.DS_Store
## File-based project format:
*.ipr
*.iws
# I (Joel) would like a way to have as part of the repo, IntelliJ project
# configuration files that define a project wide code style, project build
# paths, libs and resorce directories. However, my first attempt of including
# .idea broke the project for Javier who is running
# IntelliJ in Linux.
#IntelliJ IDE project config
.idea/
#Eclipse IDE project config
.settings/
#Eclipse IDE project config
.project/
# the dataSources folder is raw data not directly used by the project.
dataSources
# ignore class files
*.class
# emacs temp files
\#*\#
.\#*
dist/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
/Lab8JavaFx/nbproject/private/