blob: e6206a7d16bf82262dfb454787a5085292ff8657 [file] [log] [blame]
Kajur, Harish (vk250x)d64d7892018-11-26 00:07:25 -05001######################
2# Project Specific
3######################
4/target/www/**
5/src/test/javascript/coverage/
Keong Limcae9c8d2019-05-17 15:29:58 +10006/plantuml/backups/
Kajur, Harish (vk250x)d64d7892018-11-26 00:07:25 -05007
8######################
9# Node
10######################
11/node/
12node_tmp/
13node_modules/
14npm-debug.log.*
15/.awcache/*
16/.cache-loader/*
17
18######################
19# SASS
20######################
21.sass-cache/
22
23######################
24# Eclipse
25######################
26*.pydevproject
27.project
28.metadata
29tmp/
30tmp/**/*
31*.tmp
32*.bak
33*.swp
34*~.nib
35local.properties
36.classpath
37.settings/
38.loadpath
39.factorypath
40/src/main/resources/rebel.xml
41
42# External tool builders
43.externalToolBuilders/**
44
45# Locally stored "Eclipse launch configurations"
46*.launch
47
48# CDT-specific
49.cproject
50
51# PDT-specific
52.buildpath
53
54######################
55# Intellij
56######################
57.idea/
58*.iml
59*.iws
60*.ipr
61*.ids
62*.orig
63classes/
64out/
65
66######################
67# Visual Studio Code
68######################
69.vscode/
70
71######################
72# Maven
73######################
74/log/
75**/target/**
76
77######################
78# Gradle
79######################
80.gradle/
81/build/
82
83######################
84# Package Files
85######################
86*.jar
87*.war
88*.ear
89*.db
90
91######################
92# Windows
93######################
94# Windows image file caches
95Thumbs.db
96
97# Folder config file
98Desktop.ini
99
100######################
101# Mac OSX
102######################
103.DS_Store
104.svn
105
106# Thumbnails
107._*
108
109# Files that might appear on external disk
110.Spotlight-V100
111.Trashes
112
113######################
114# Directories
115######################
116/bin/
117/deploy/
118
119######################
120# Logs
121######################
122*.log*
123
124######################
125# Others
126######################
127*.class
128*.*~
129*~
130.merge_file*
131
132######################
133# Gradle Wrapper
134######################
135!gradle/wrapper/gradle-wrapper.jar
136
137######################
138# Maven Wrapper
139######################
140!.mvn/wrapper/maven-wrapper.jar
141
142######################
143# ESLint
144######################
145.eslintcache
146
147**/aai_swagger_html/**
148**/aai_swagger_yaml/**