TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
108 stars 31 forks source link

Ctags in gitignore #191

Closed mcserved closed 3 years ago

mcserved commented 3 years ago

Summary:

Ctags is a popular indexing program, and the standard way for Vi-like text editors (also supported by Emacs, VS Code, Notepad++, and many others) to manage indexing of functions, variables, files, etc. It outputs a file named 'tags' which should not be included with any commits.

Why do we need this?

It's an easy addition and not uncommon to see in other projects.

What is already there? What do you see now?

Support for many other generated output files for VS Code, Eclipse, etc.

What is missing? What do you want to see?

Tags file added to gitignore

How do you propose to implement this?

Add 'tags' to the .gitignore file

Environment:

Development

Acceptance Criteria:

Gitignore is updated with 'tags' included.

What can you do yourself and what do you need help with?

All