This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
forked from NewbieOrange/clicksort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
33 lines (25 loc) · 2.05 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
# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/classes
/dist
/manifest.mf
# Mac filesystem dust
/.DS_Store
# intellij
/.idea
*.iml
*.ipr
*.iws