1- . /* .tfstate
2- .terraform /
3- .terraform.lock.hcl *
4- * .log
5- . * .swp
6- tests /docker-compose. * .yml
71terraform-provider-postgresql
2+
3+ # ## JetBrains+all template
4+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
5+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
6+
7+ # User-specific stuff
8+ .idea /** /workspace.xml
9+ .idea /** /tasks.xml
10+ .idea /** /usage.statistics.xml
11+ .idea /** /dictionaries
12+ .idea /** /shelf
13+
14+ # AWS User-specific
15+ .idea /** /aws.xml
16+
17+ # Generated files
18+ .idea /** /contentModel.xml
19+
20+ # Sensitive or high-churn files
21+ .idea /** /dataSources /
22+ .idea /** /dataSources.ids
23+ .idea /** /dataSources.local.xml
24+ .idea /** /sqlDataSources.xml
25+ .idea /** /dynamic.xml
26+ .idea /** /uiDesigner.xml
27+ .idea /** /dbnavigator.xml
28+
29+ # Gradle
30+ .idea /** /gradle.xml
31+ .idea /** /libraries
32+
33+ # Gradle and Maven with auto-import
34+ # When using Gradle or Maven with auto-import, you should exclude module files,
35+ # since they will be recreated, and may cause churn. Uncomment if using
36+ # auto-import.
37+ # .idea/artifacts
38+ # .idea/compiler.xml
39+ # .idea/jarRepositories.xml
40+ # .idea/modules.xml
41+ # .idea/*.iml
42+ # .idea/modules
43+ # *.iml
44+ # *.ipr
45+
46+ # CMake
47+ cmake-build- * /
48+
49+ # Mongo Explorer plugin
50+ .idea /** /mongoSettings.xml
51+
52+ # File-based project format
53+ * .iws
54+
55+ # IntelliJ
56+ out /
57+
58+ # mpeltonen/sbt-idea plugin
59+ .idea_modules /
60+
61+ # JIRA plugin
62+ atlassian-ide-plugin.xml
63+
64+ # Cursive Clojure plugin
65+ .idea /replstate.xml
66+
67+ # SonarLint plugin
68+ .idea /sonarlint /
69+
70+ # Crashlytics plugin (for Android Studio and IntelliJ)
71+ com_crashlytics_export_strings.xml
72+ crashlytics.properties
73+ crashlytics-build.properties
74+ fabric.properties
75+
76+ # Editor-based Rest Client
77+ .idea /httpRequests
78+
79+ # Android studio 3.1+ serialized cache file
80+ .idea /caches /build_file_checksums.ser
81+
82+
83+ # ## Linux template
84+ * ~
85+
86+ # temporary files which can be created if a process still has a handle open of a deleted file
87+ .fuse_hidden *
88+
89+ # KDE directory preferences
90+ .directory
91+
92+ # Linux trash folder which might appear on any partition or disk
93+ .Trash- *
94+
95+ # .nfs files are created when an open file is removed but is still being accessed
96+ .nfs *
97+
98+ # ## Go template
99+ # If you prefer the allow list template instead of the deny list, see community template:
100+ # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
101+ #
102+ # Binaries for programs and plugins
103+ * .exe
104+ * .exe~
105+ * .dll
106+ * .so
107+ * .dylib
108+
109+ # Test binary, built with `go test -c`
110+ * .test
111+
112+ # Output of the go coverage tool, specifically when used with LiteIDE
113+ * .out
114+
115+ # Dependency directories (remove the comment below to include it)
116+ # vendor/
117+
118+ # Go workspace file
119+ go.work
120+
121+ # ## Windows template
122+ # Windows thumbnail cache files
123+ Thumbs.db
124+ Thumbs.db:encryptable
125+ ehthumbs.db
126+ ehthumbs_vista.db
127+
128+ # Dump file
129+ * .stackdump
130+
131+ # Folder config file
132+ [Dd ]esktop.ini
133+
134+ # Recycle Bin used on file shares
135+ $RECYCLE.BIN /
136+
137+ # Windows Installer files
138+ * .cab
139+ * .msi
140+ * .msix
141+ * .msm
142+ * .msp
143+
144+ # Windows shortcuts
145+ * .lnk
146+
147+ .terraform
148+ .terraform.lock.hcl
149+ terraform.tfstate *
0 commit comments