-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
49 lines (43 loc) · 1.23 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
# Java Stuff
Production/.idea/$PRODUCT_WORKSPACE_FILE$
Production/.idea/misc.xml
Production/.idea/modules.xml
Production/.idea/workspace.xml
Production/out/production/Production/com/nchash/controller/MainController$1$1.class
Production/out/production/Production/com/nchash/controller/MainController$1.class
Production/out/production/Production/com/nchash/controller/MainController.class
Production/out/production/Production/com/nchash/Main.class
Production/out/production/Production/com/nchash/model/Particle.class
Production/out/production/Production/com/nchash/view/bootstrapfx.css
Production/out/production/Production/com/nchash/view/MainView.fxml
Production/out/production/Production/module-info.class
Production/Production.iml
Production/out/production/Production/com/nchash/images/drag_and_drop_image.jpg
Production/.idea/vcs.xml
Production/out/production/Production/com/nchash/images/drag_and_drop_image.jpg
Production/.idea/encodings.xml
com_nchash_view_CppHook.h
*.class
#plaintext storage
pubkey.txt
ciphertext.txt
*.txt
*.key
#executables
client
server
*.out
*.o
*.so
# VS Code #
.vscode
# OS generated files #
.DS_Store/ #this is for .DS_Store directories
*.DS_Store
*.DS_Storegit
*.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db