forked from 10bestdesign/jqvmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (46 loc) · 767 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
46
47
############################################
## Generic System Ignores
syntax: glob
!.gitignore
# build directories and files
#hg syntax
target/**.*
#git syntax
target/
dist/**.*
**/build/*
build/*
*.pyc
# Maven
release.properties
#Eclipse
.settings/*.**
.classpath
.project
# Netbeans
nb-configuration.xml
nbactions.xml
# Backup files left behind by the Emacs editor.
*~
# Lock files used by the Emacs editor.
.\#*
# Temporary files used by TestMate
._*
# XCode user data
**.pbxuser
**.mode?v?
**.perspectivev?
# documentation
**.docset/*
# for those crazies using svn and hg at the same time
*.svn*
# Random OS stuff
.DS_Store
Thumbs.db
# temporary folders
syntax: regexp
.*/te?mp/.*
# Temporary files used by the vim editor.
.*.swp
/nbproject/private/
/nbproject/