-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitgnore
44 lines (37 loc) · 1.01 KB
/
.gitgnore
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
###############################
# #
# MAIN GITIGNORE FOR REPO #
# NATIVEINSERT #
# #
# This file contains a list #
# of file extensions that can #
# not be commited on push #
# unless another gitignore is #
# present. #
# #
###############################
###############################
# JAVA RELATED #
###############################
*.java
*.class
#-----------------------#
| Compressed Files |
#-----------------------#
*.jar
*.war
*.ear
###############################
# MISCELLANEOUS #
###############################
.DS_Store
###############################
# #
# Copyright (c) 2018 Adrian #
# Gjerstad. All rights #
# reserved. #
# #
# Licensed under the MIT #
# License. #
# #
###############################