1- .vscode
1+ .vscode
2+ # ignored files
3+ * ~
4+
5+ # temporary files which can be created if a process still has a handle open of a deleted file
6+ .fuse_hidden *
7+
8+ # KDE directory preferences
9+ .directory
10+
11+ # Linux trash folder which might appear on any partition or disk
12+ .Trash- *
13+
14+ # .nfs files are created when an open file is removed but is still being accessed
15+ .nfs *
16+ # ## Eclipse template
17+
18+ .metadata
19+ bin /
20+ tmp /
21+ * .tmp
22+ * .bak
23+ * .swp
24+ * ~.nib
25+ local.properties
26+ .settings /
27+ .loadpath
28+ .recommenders
29+
30+ # External tool builders
31+ .externalToolBuilders /
32+
33+ # Locally stored "Eclipse launch configurations"
34+ * .launch
35+
36+ # PyDev specific (Python IDE for Eclipse)
37+ * .pydevproject
38+
39+ # CDT-specific (C/C++ Development Tooling)
40+ .cproject
41+
42+ # Java annotation processor (APT)
43+ .factorypath
44+
45+ # PDT-specific (PHP Development Tools)
46+ .buildpath
47+
48+ # sbteclipse plugin
49+ .target
50+
51+ # Tern plugin
52+ .tern-project
53+
54+ # TeXlipse plugin
55+ .texlipse
56+
57+ # STS (Spring Tool Suite)
58+ .springBeans
59+
60+ # Code Recommenders
61+ .recommenders /
62+
63+ # Scala IDE specific (Scala & Java development for Eclipse)
64+ .cache-main
65+ .scala_dependencies
66+ .worksheet
67+ # ## Windows template
68+ # Windows thumbnail cache files
69+ Thumbs.db
70+ ehthumbs.db
71+ ehthumbs_vista.db
72+
73+ # Dump file
74+ * .stackdump
75+
76+ # Folder config file
77+ [Dd ]esktop.ini
78+
79+ # Recycle Bin used on file shares
80+ $RECYCLE.BIN /
81+
82+ # Windows Installer files
83+ * .cab
84+ * .msi
85+ * .msm
86+ * .msp
87+
88+ # Windows shortcuts
89+ * .lnk
90+ # ## Ansible template
91+ * .retry
92+ # ## macOS template
93+ # General
94+ .DS_Store
95+ .AppleDouble
96+ .LSOverride
97+
98+ # Icon must end with two \r
99+ Icon
100+
101+ # Thumbnails
102+ ._ *
103+
104+ # Files that might appear in the root of a volume
105+ .DocumentRevisions-V100
106+ .fseventsd
107+ .Spotlight-V100
108+ .TemporaryItems
109+ .Trashes
110+ .VolumeIcon.icns
111+ .com.apple.timemachine.donotpresent
112+
113+ # Directories potentially created on remote AFP share
114+ .AppleDB
115+ .AppleDesktop
116+ Network Trash Folder
117+ Temporary Items
118+ .apdisk
119+ # ## Archives template
120+ # It's better to unpack these files and commit the raw source because
121+ # git has its own built in compression methods.
122+ * .7z
123+ * .jar
124+ * .rar
125+ * .zip
126+ * .gz
127+ * .tgz
128+ * .bzip
129+ * .bz2
130+ * .xz
131+ * .lzma
132+ * .cab
133+
134+ # Packing-only formats
135+ * .iso
136+ * .tar
137+
138+ # Package management formats
139+ * .dmg
140+ * .xpi
141+ * .gem
142+ * .egg
143+ * .deb
144+ * .rpm
145+ * .msi
146+ * .msm
147+ * .msp
148+ # ## JetBrains template
149+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
150+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
151+
152+ /.idea /
153+ # User-specific stuff:
154+ .idea /** /workspace.xml
155+ .idea /** /tasks.xml
156+ .idea /dictionaries
157+
158+ # Sensitive or high-churn files:
159+ .idea /** /dataSources /
160+ .idea /** /dataSources.ids
161+ .idea /** /dataSources.xml
162+ .idea /** /dataSources.local.xml
163+ .idea /** /sqlDataSources.xml
164+ .idea /** /dynamic.xml
165+ .idea /** /uiDesigner.xml
166+
167+ # Gradle:
168+ .idea /** /gradle.xml
169+ .idea /** /libraries
170+
171+ # CMake
172+ cmake-build-debug /
173+
174+ # Mongo Explorer plugin:
175+ .idea /** /mongoSettings.xml
176+
177+ # # File-based project format:
178+ * .iws
179+
180+ # # Plugin-specific files:
181+
182+ # IntelliJ
183+ out /
184+
185+ # mpeltonen/sbt-idea plugin
186+ .idea_modules /
187+ # User-specific stuff:
188+ .idea /*
189+ # JIRA plugin
190+ atlassian-ide-plugin.xml
191+
192+ # Cursive Clojure plugin
193+ .idea /replstate.xml
194+
195+ # TFstste
196+ * .tfstate *
197+
198+ deployment /_logs /ansible-log.json
199+ deployment /_logs /ansible-log.log
200+ deployment /_logs /facts /*
201+ deployment /_logs /retry /*
202+ _app /*
203+ ansible-log.json
204+ .terraform
205+ terraform.tfstate
206+
207+ * .tfstate
208+ * .tfstate.backup
209+ * .iml
210+ * .terraform.lock.hcl
211+ * .lock.hcl
0 commit comments