Skip to content

Commit 22ad884

Browse files
committed
🧼
1 parent 3473d23 commit 22ad884

File tree

1 file changed

+0
-81
lines changed

1 file changed

+0
-81
lines changed

.gitignore

-81
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
1-
######################
2-
# Project Specific
3-
######################
41
/src/main/webapp/content/css/main.css
52
/target/www/**
63
/src/test/javascript/coverage/
7-
8-
######################
9-
# Node
10-
######################
114
/node/
125
node_tmp/
136
node_modules/
147
npm-debug.log.*
158
/.awcache/*
169
/.cache-loader/*
17-
18-
######################
19-
# SASS
20-
######################
2110
.sass-cache/
22-
23-
######################
24-
# Eclipse
25-
######################
2611
*.pydevproject
2712
.project
2813
.metadata
@@ -38,22 +23,10 @@ local.properties
3823
.loadpath
3924
.factorypath
4025
/src/main/resources/rebel.xml
41-
42-
# External tool builders
4326
.externalToolBuilders/**
44-
45-
# Locally stored "Eclipse launch configurations"
4627
*.launch
47-
48-
# CDT-specific
4928
.cproject
50-
51-
# PDT-specific
5229
.buildpath
53-
54-
######################
55-
# Intellij
56-
######################
5730
.idea/
5831
*.iml
5932
*.iws
@@ -62,89 +35,35 @@ local.properties
6235
*.orig
6336
classes/
6437
out/
65-
66-
######################
67-
# Visual Studio Code
68-
######################
6938
.vscode/
70-
71-
######################
72-
# Maven
73-
######################
7439
/log/
7540
/target/
76-
77-
######################
78-
# Gradle
79-
######################
8041
.gradle/
8142
/build/
82-
83-
######################
84-
# Package Files
85-
######################
8643
*.jar
8744
*.war
8845
*.ear
8946
*.db
90-
91-
######################
92-
# Windows
93-
######################
94-
# Windows image file caches
9547
Thumbs.db
96-
97-
# Folder config file
9848
Desktop.ini
99-
100-
######################
101-
# Mac OSX
102-
######################
10349
.DS_Store
10450
.svn
105-
106-
# Thumbnails
10751
._*
108-
109-
# Files that might appear on external disk
11052
.Spotlight-V100
11153
.Trashes
112-
113-
######################
114-
# Directories
115-
######################
11654
/bin/
11755
/deploy/
118-
119-
######################
120-
# Logs
121-
######################
12256
*.log*
123-
124-
######################
125-
# Others
126-
######################
12757
*.class
12858
*.*~
12959
*~
13060
.merge_file*
131-
132-
######################
133-
# Gradle Wrapper
134-
######################
13561
!gradle/wrapper/gradle-wrapper.jar
13662

137-
######################
138-
# Maven Wrapper
139-
######################
14063
!.mvn/wrapper/maven-wrapper.jar
14164

142-
######################
143-
# ESLint
144-
######################
14565
.eslintcache
14666

147-
14867
src/main/resources/.h2.server.properties
14968
!external/bfg-custom.jar
15069
src/main/resources/config/application-mvt.yml

0 commit comments

Comments
 (0)